MediaWiki
master
OutputPageAfterGetHeadLinksArrayHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Output\Hook
;
4
5
use
MediaWiki\Output\OutputPage
;
6
14
interface
OutputPageAfterGetHeadLinksArrayHook
{
26
public
function
onOutputPageAfterGetHeadLinksArray
( &$tags, $out );
27
}
28
30
class_alias( OutputPageAfterGetHeadLinksArrayHook::class,
'MediaWiki\Hook\OutputPageAfterGetHeadLinksArrayHook'
);
MediaWiki\Output\OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:96
MediaWiki\Output\Hook\OutputPageAfterGetHeadLinksArrayHook
This is a hook handler interface, see docs/Hooks.md.
Definition
OutputPageAfterGetHeadLinksArrayHook.php:14
MediaWiki\Output\Hook\OutputPageAfterGetHeadLinksArrayHook\onOutputPageAfterGetHeadLinksArray
onOutputPageAfterGetHeadLinksArray(&$tags, $out)
This hook is called in OutputPage::getHeadLinksArray right before returning the result.
MediaWiki\Output\Hook
Definition
AfterBuildFeedLinksHook.php:3
includes
Output
Hook
OutputPageAfterGetHeadLinksArrayHook.php
Generated on Sat Apr 19 2025 23:25:24 for MediaWiki by
1.10.0