Jump to main content Jump to doc navigation

Event: OnHandleRequest

Fires at the beginning of a request handler.

  • Service: 5 - Template Service Events
  • Group: System

Event Parameters

None.

Output

Anything returned by this event will be written to the logs as an error.

Remarks

Previous event
Next event OnManagerPageInit or OnWebPageInit (depending on context)
File core/model/modx/modmanagerrequest.class.php
Class class modManagerRequest
Method public function handleRequest()

See Also