MediaWiki master
CategoryPageViewHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
6
23 public function onCategoryPageView( $catpage );
24}
Special handling for category description pages.
This is a hook handler interface, see docs/Hooks.md.
onCategoryPageView( $catpage)
This hook is called before viewing a categorypage in CategoryPage::view.