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

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

Definition at line 13 of file plugins.php.

◆ $categories

if ( $list_only) $categories = []

Definition at line 40 of file plugins.php.

◆ $installed_plugins

$installed_plugins = elgg_get_plugins('all')

Definition at line 18 of file plugins.php.

◆ $list_only

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

Definition at line 12 of file plugins.php.

◆ $plugins_list

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

Definition at line 23 of file plugins.php.

◆ foreach

foreach($installed_plugins as $plugin) (   $installed_plugins as)

Definition at line 42 of file plugins.php.