OnManagerPageInit
Last updated May 3rd, 2020 | Page history | Improve this page | Report an issue
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() |