MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onLinksUpdateConstructed ( $linksUpdate) | |
This hook is called at the end of LinksUpdate() is construction. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LinksUpdateConstructed" to register handlers implementing this interface.
Definition at line 14 of file LinksUpdateConstructedHook.php.
MediaWiki\Hook\LinksUpdateConstructedHook::onLinksUpdateConstructed | ( | $linksUpdate | ) |
This hook is called at the end of LinksUpdate() is construction.
LinksUpdate | $linksUpdate |
Implemented in MediaWiki\HookContainer\HookRunner.