MediaWiki master
AfterBuildFeedLinksHook.php
Go to the documentation of this file.
1<?php
2
4
23 public function onAfterBuildFeedLinks( &$feedLinks );
24}
25
27class_alias( AfterBuildFeedLinksHook::class, 'MediaWiki\Hook\AfterBuildFeedLinksHook' );
This is a hook handler interface, see docs/Hooks.md.
onAfterBuildFeedLinks(&$feedLinks)
This hook is called in OutputPage.php after all feed links (atom, rss,...) are created.