jenkins-bot has submitted this change and it was merged. Change subject: Post-document hook AfterBuildFeedLinks ......................................................................
Post-document hook AfterBuildFeedLinks Follow up: If48bd07a0e7e67fd1c1a94ebaa28ca9dae146c55 Change-Id: I9080a150354b978098b8bf4e279f26fdc2ac7c8e --- M docs/hooks.txt 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Reedy: Looks good to me, approved jenkins-bot: Verified diff --git a/docs/hooks.txt b/docs/hooks.txt index 83ce62e..135a113 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -308,6 +308,11 @@ $loginForm: the LoginForm used &$result: associative array for API result data +'AfterBuildFeedLinks': Executed in OutputPage.php after all feed links (atom, rss,...) +are created. Can be used to omit specific feeds from being outputted. You must not use +this hook to add feeds, use OutputPage::addFeedLink() instead. +&$feedLinks: Array of created feed links + 'AfterFinalPageOutput': Nearly at the end of OutputPage::output() but before OutputPage::sendCacheControl() and final ob_end_flush() which will send the buffered output to the client. This allows for last-minute -- To view, visit https://gerrit.wikimedia.org/r/263173 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9080a150354b978098b8bf4e279f26fdc2ac7c8e Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Florianschmidtwelzow <[email protected]> Gerrit-Reviewer: Florianschmidtwelzow <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: Waldir <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
