MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onOutputPageAfterGetHeadLinksArray (&$tags, $out) | |
This hook is called in OutputPage::getHeadLinksArray right before returning the result. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "OutputPageAfterGetHeadLinksArray" to register handlers implementing this interface.
Definition at line 14 of file OutputPageAfterGetHeadLinksArrayHook.php.
MediaWiki\Hook\OutputPageAfterGetHeadLinksArrayHook::onOutputPageAfterGetHeadLinksArray | ( | & | $tags, |
$out | |||
) |
This hook is called in OutputPage::getHeadLinksArray right before returning the result.
array | &$tags | Array containing all <head> links generated so far. The array format is "link name or number => 'link HTML'". |
OutputPage | $out |
Implemented in MediaWiki\HookContainer\HookRunner.