MediaWiki REL1_35
MediaWiki\Hook\OutputPageAfterGetHeadLinksArrayHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\OutputPageAfterGetHeadLinksArrayHook:

Public Member Functions

 onOutputPageAfterGetHeadLinksArray (&$tags, $out)
 This hook is called in OutputPage::getHeadLinksArray right before returning the result.
 

Detailed Description

Stable to implement.

Definition at line 11 of file OutputPageAfterGetHeadLinksArrayHook.php.

Member Function Documentation

◆ onOutputPageAfterGetHeadLinksArray()

MediaWiki\Hook\OutputPageAfterGetHeadLinksArrayHook::onOutputPageAfterGetHeadLinksArray ( $tags,
  $out 
)

This hook is called in OutputPage::getHeadLinksArray right before returning the result.

Since
1.35
Parameters
array&$tagsArray containing all <head> links generated so far. The array format is "link name or number => 'link HTML'".
OutputPage$out
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: