Jump to main content Jump to doc navigation

Event: OnManagerPageInit

Fired in the manager request handler, before the manager page response is loaded and after defining request action.

  • Service: 2 - Manager Access Events
  • Group: System

Event Parameters

Name Description
action The ID of the action currently being loaded.

Remarks

Previous event OnHandleRequest
Next event OnBeforeManagerPageInit
File core/model/modx/modmanagerrequest.class.php
Class class modManagerRequest
Method public function handleRequest()

See Also