MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onLoadExtensionSchemaUpdates ( $updater) | |
This hook is called during database installation and updates. | |
Stable to implement.
Definition at line 11 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" 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.