| Elgg
    Version 6.3
    | 
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) | |
| $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 | 
Definition at line 23 of file plugins.php.
| foreach($installed_plugins as $plugin) | ( | $installed_plugins as | ) | 
Definition at line 42 of file plugins.php.