MediaWiki master
CategoryViewer__generateLinkHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
7
29 public function onCategoryViewer__generateLink( $type, $title, $html, &$link );
30}
Represents a title within MediaWiki.
Definition Title.php:78
This is a hook handler interface, see docs/Hooks.md.
onCategoryViewer__generateLink( $type, $title, $html, &$link)
This hook is called before generating an output link allow extensions opportunity to generate a more ...