Elgg  Version 1.9
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')
 
 $plugins = array()
 
foreach($guids as $guid) do
 

Variable Documentation

$guids = get_input('guids')

Definition at line 12 of file activate_all.php.

$plugins = array()

Definition at line 15 of file activate_all.php.

foreach ($guids as $guid) do
Initial value:
{
$additional_plugins_activated = false

Definition at line 23 of file activate_all.php.