MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onLinksUpdate ( $linksUpdate) | |
This hook is called at the beginning of LinksUpdate::doUpdate() just before the actual update. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LinksUpdate" to register handlers implementing this interface.
Definition at line 14 of file LinksUpdateHook.php.
MediaWiki\Hook\LinksUpdateHook::onLinksUpdate | ( | $linksUpdate | ) |
This hook is called at the beginning of LinksUpdate::doUpdate() just before the actual update.
LinksUpdate | $linksUpdate |
Implemented in MediaWiki\HookContainer\HookRunner.