MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onLoadExtensionSchemaUpdates ( $updater) | |
This hook is called during database installation and updates. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LoadExtensionSchemaUpdates" to register handlers implementing this interface.
Definition at line 14 of file LoadExtensionSchemaUpdatesHook.php.
MediaWiki\Installer\Hook\LoadExtensionSchemaUpdatesHook::onLoadExtensionSchemaUpdates | ( | $updater | ) |
This hook is called during database installation and updates.
Do not use this hook with a handler that uses a "services" or "optional_services" option in its ObjectFactory spec. It is called in a context where the global service locator is not initialised.
DatabaseUpdater | $updater | DatabaseUpdater subclass |
Implemented in MediaWiki\HookContainer\HookRunner.