MediaWiki REL1_39
AfterBuildFeedLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
23 public function onAfterBuildFeedLinks( &$feedLinks );
24}
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.