Elgg  Version master
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('all')
 
 $plugins_list
 
if($list_only) $categories = []
 
 foreach ($installed_plugins as $plugin)
 

Variable Documentation

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

Definition at line 13 of file plugins.php.

if ($list_only) $categories = []

Definition at line 40 of file plugins.php.

$installed_plugins = elgg_get_plugins('all')

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:636

Definition at line 23 of file plugins.php.

foreach($installed_plugins as $plugin)

Definition at line 42 of file plugins.php.