deactivate()
{Executed when plugin is deactivated, after 'deactivate', 'plugin' event.void}
activate()
{Executed when plugin is activated, after 'activate', 'plugin' event.void}
shutdown()
{Executed during 'shutdown', 'system' event.Allows the plugin to implement logic during shutdownvoid}...
boot()
{Executed during 'plugins_boot:before', 'system' event.Allows the plugin to register handlers for 'pl...
init()
{Executed during 'init', 'system' event.Allows the plugin to implement business logic and register al...
ready()
{Executed during 'ready', 'system' event.Allows the plugin to implement logic after all plugins are i...
upgrade()
{Registered as handler for 'upgrade', 'system' event.Allows the plugin to implement logic during syst...
Null plugin boostrap for plugins not defining 'bootstrap' in their elgg-plugin.php Can also be extend...
load()
{Executed during 'plugins_load', 'system' event.Allows the plugin to require additional files...