Elgg  Version 5.1
Variables
plugins.php File Reference

Go to the source code of this file.

Variables

 $list_only = (bool) elgg_extract('list_only', $vars, false)
 
 $active_filter = elgg_strtolower(get_input('filter', 'all'))
 
 $installed_plugins = elgg_get_plugins('any')
 
 $plugins_list
 
 if ($list_only)
 

Variable Documentation

$active_filter = elgg_strtolower(get_input('filter', 'all'))

Definition at line 13 of file plugins.php.

$installed_plugins = elgg_get_plugins('any')

Definition at line 18 of file plugins.php.

$list_only = (bool) elgg_extract('list_only', $vars, false)

Definition at line 12 of file plugins.php.

$plugins_list
Initial value:
'limit' => false,
'full_view' => true,
'pagination' => false,
'display_reordering' => true,
'active_filter' => $active_filter,
])
$installed_plugins
Definition: plugins.php:18
$active_filter
Definition: plugins.php:13
elgg_view_entity_list(array $entities, array $vars=[])
Returns a rendered list of entities with pagination.
Definition: views.php:657

Definition at line 23 of file plugins.php.

if($list_only)

Definition at line 35 of file plugins.php.