MediaWiki REL1_35
AfterBuildFeedLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
20 public function onAfterBuildFeedLinks( &$feedLinks );
21}
onAfterBuildFeedLinks(&$feedLinks)
This hook is called in OutputPage.php after all feed links (atom, rss,...) are created.