MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onAfterBuildFeedLinks (&$feedLinks) | |
This hook is called in OutputPage.php after all feed links (atom, rss,...) are created. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "AfterBuildFeedLinks" to register handlers implementing this interface.
Definition at line 12 of file AfterBuildFeedLinksHook.php.
MediaWiki\Hook\AfterBuildFeedLinksHook::onAfterBuildFeedLinks | ( | & | $feedLinks | ) |
This hook is called in OutputPage.php after all feed links (atom, rss,...) are created.
Use this hook to omit specific feeds from being outputted. You must not use this hook to add feeds; use OutputPage::addFeedLink() instead.
string[] | &$feedLinks | Array of created feed links |
Implemented in MediaWiki\HookContainer\HookRunner.