modX.getEventMap
modX::getEventMap
Gets a map of events and registered plugins for the specified context.
Syntax
API Doc: http://api.modx.com/revolution/2.2/db_core_model_modx_modx.class.html#%5CmodX::getEventMap()
array getEventMap (string $contextKey)
Example
Get the event map for the current Context.
$map = $modx->getEventMap();