MediaWiki master
MediaWikiServicesHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
67 public function onMediaWikiServices( $services );
68}
Service locator for MediaWiki core services.
This is a hook handler interface, see docs/Hooks.md.
onMediaWikiServices( $services)
This hook is called when a global MediaWikiServices instance is initialized.