Jump to main content Jump to doc navigation

modX::getEventMap

Gets a map of events and registered plugins for the specified context.

Syntax

API Doc: modX::getEventMap()

array getEventMap (string $contextKey)

Example

Get the event map for the current Context.

$map = $modx->getEventMap();

See Also