MediaWiki REL1_35
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
22 public function onApiQuery__moduleManager( $moduleManager );
23}
This class holds a list of modules and handles instantiation.
onApiQuery__moduleManager( $moduleManager)
This hook is called when ApiQuery has finished initializing its module manager.