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