MediaWiki master
OutputPageMakeCategoryLinksHook.php
Go to the documentation of this file.
1<?php
2
4
6
28 public function onOutputPageMakeCategoryLinks( $out, $categories, &$links );
29}
30
32class_alias( OutputPageMakeCategoryLinksHook::class, 'MediaWiki\Hook\OutputPageMakeCategoryLinksHook' );
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.
onOutputPageMakeCategoryLinks( $out, $categories, &$links)
This hook is called when links are about to be generated for the page's categories.