Elgg  Version master
Variables
set_priority.php File Reference

Go to the source code of this file.

Variables

 $plugin_guid = (int) get_input('plugin_guid')
 Changes the load priority of a plugin. More...
 
 $priority = get_input('priority')
 
 $plugin = get_entity($plugin_guid)
 

Variable Documentation

$plugin = get_entity($plugin_guid)

Definition at line 16 of file set_priority.php.

$plugin_guid = (int) get_input('plugin_guid')

Changes the load priority of a plugin.

Plugin priority affects view, action, and page handler overriding as well as the order of view extensions. Plugins with higher priority are loaded after and override plugins with lower priorities.

NOTE: When viewing the plugin admin page, plugins LOWER on the page have HIGHER priority and will override views, etc from plugins above them.

Definition at line 13 of file set_priority.php.

$priority = get_input('priority')
Examples:
/root/Elgg/engine/lib/views.php.

Definition at line 14 of file set_priority.php.