MediaWiki master
OutputPageRenderCategoryLinkHook.php
Go to the documentation of this file.
1<?php
2
4
7
28 OutputPage $outputPage,
29 ProperPageIdentity $categoryTitle,
30 string $text,
31 ?string &$link
32 ): void;
33}
This is one of the Core classes and should be read at least once by any new developers.
This is a hook handler interface, see docs/Hooks.md.
onOutputPageRenderCategoryLink(OutputPage $outputPage, ProperPageIdentity $categoryTitle, string $text, ?string &$link)
This hook is called when a category link is rendered.
Interface for a page that is (or could be, or used to be) an editable wiki page.