MediaWiki master
SpecialNewPagesFiltersHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
26 public function onSpecialNewPagesFilters( $special, &$filters );
27}
A special page that list newly created pages.
This is a hook handler interface, see docs/Hooks.md.
onSpecialNewPagesFilters( $special, &$filters)
This hook is called after building form options at NewPages.