Elgg  Version 2.3
Namespaces | Variables
activate_all.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Variables

 $guids = get_input('guids')
 
if(empty($guids)) else
 
if(empty($plugins)) do
 

Variable Documentation

$guids = get_input('guids')

Definition at line 12 of file activate_all.php.

if (empty($plugins)) do
Initial value:
{
$additional_plugins_activated = false

Definition at line 29 of file activate_all.php.

if (empty($guids)) else
Initial value:
{
$plugins = elgg_get_entities([
'type' => 'object',
'subtype' => 'plugin',
'guids' => explode(',', $guids),
'limit' => false
])
elgg_get_entities(array $options=array())
Returns an array of entities with optional filtering.
Definition: entities.php:326
$guids

Definition at line 16 of file activate_all.php.