MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\Api\ApiHookRunner.
Public Member Functions | |
onApiQuery__moduleManager ( $moduleManager) | |
This hook is called when ApiQuery has finished initializing its module manager. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ApiQuery::moduleManager" to register handlers implementing this interface.
Definition at line 15 of file ApiQuery__moduleManagerHook.php.
MediaWiki\Api\Hook\ApiQuery__moduleManagerHook::onApiQuery__moduleManager | ( | $moduleManager | ) |
This hook is called when ApiQuery has finished initializing its module manager.
Use this hook to conditionally register API query modules.
ApiModuleManager | $moduleManager |
Implemented in MediaWiki\Api\ApiHookRunner.