MediaWiki master
ApiQuery__moduleManagerHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
7
25 public function onApiQuery__moduleManager( $moduleManager );
26}
This class holds a list of modules and handles instantiation.
This is a hook handler interface, see docs/Hooks.md.
onApiQuery__moduleManager( $moduleManager)
This hook is called when ApiQuery has finished initializing its module manager.