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