Elgg  Version 2.3
Namespaces | Variables
invalid.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Variables

 $plugin = $vars['entity']
 
 $id = $plugin->getID()
 
 $path = htmlspecialchars($plugin->getPath())
 
 $message = elgg_echo('admin:plugins:warning:invalid', array($plugin->getError()))
 
 $css_id = preg_replace('/[^a-z0-9-]/i', '-', $plugin->getID())
 

Variable Documentation

$css_id = preg_replace('/[^a-z0-9-]/i', '-', $plugin->getID())

Definition at line 18 of file invalid.php.

$id = $plugin->getID()

Definition at line 15 of file invalid.php.

$message = elgg_echo('admin:plugins:warning:invalid', array($plugin->getError()))

Definition at line 17 of file invalid.php.

$path = htmlspecialchars($plugin->getPath())

Definition at line 16 of file invalid.php.

$plugin = $vars['entity']

Definition at line 13 of file invalid.php.