Elgg  Version 2.3
Variables
plugins.php File Reference

Go to the source code of this file.

Variables

 $list_only = (bool)elgg_extract('list_only', $vars)
 Elgg administration plugin screen. More...
 
 $installed_plugins = elgg_get_plugins('any')
 
 $categories = array()
 
foreach($installed_plugins as $id=> $plugin) $list_options
 
foreach($installed_plugins as $id=> $plugin) $add_context = !elgg_in_context('admin')
 
if($add_context) $plugins_list = elgg_view_entity_list($installed_plugins, $list_options)
 
 $common_categories
 
 $category_form
 

Variable Documentation

foreach ($installed_plugins as $id=> $plugin) $add_context = !elgg_in_context('admin')

Definition at line 58 of file plugins.php.

$categories = array()

Definition at line 20 of file plugins.php.

$category_form
Initial value:
= elgg_view("admin/plugins/filter", [
'category' => "all",
'category_options' => $categories
])
elgg_view($view, $vars=array(), $ignore1=false, $ignore2=false, $viewtype= '')
Return a parsed view.
Definition: views.php:336
$categories
Definition: plugins.php:20

Definition at line 90 of file plugins.php.

$common_categories
Initial value:
= [
'all' => elgg_echo('admin:plugins:category:all')
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21

Definition at line 80 of file plugins.php.

$installed_plugins = elgg_get_plugins('any')

Definition at line 15 of file plugins.php.

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

Elgg administration plugin screen.

Shows a list of plugins that can be sorted and filtered.

$vars['list_only']

Definition at line 10 of file plugins.php.

foreach ($installed_plugins as $id=> $plugin) $list_options
Initial value:
= [
'limit' => 0

Definition at line 50 of file plugins.php.

$plugins_list = elgg_view_entity_list($installed_plugins, $list_options)

Definition at line 63 of file plugins.php.