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