MediaWiki REL1_37
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, showing pages, subcategories and file that belong to...
This is a hook handler interface, see docs/Hooks.md.
onCategoryPageView( $catpage)
This hook is called before viewing a categorypage in CategoryPage::view.