|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onBeforeInitialize ( $title, $unused, $output, $user, $request, $mediaWikiEntryPoint) | |
| This hook is called before anything is initialized in ActionEntryPoint::performRequest(). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "BeforeInitialize" to register handlers implementing this interface.
Definition at line 18 of file BeforeInitializeHook.php.
| MediaWiki\Hook\BeforeInitializeHook::onBeforeInitialize | ( | $title, | |
| $unused, | |||
| $output, | |||
| $user, | |||
| $request, | |||
| $mediaWikiEntryPoint ) |
This hook is called before anything is initialized in ActionEntryPoint::performRequest().
| Title | $title | Title being used for request |
| null | $unused | |
| OutputPage | $output | |
| User | $user | |
| WebRequest | $request | |
| ActionEntryPoint | $mediaWikiEntryPoint | (changed from MediaWiki to MediaWikiEntryPoint in MW 1.42) |
Implemented in MediaWiki\HookContainer\HookRunner.