MediaWiki master
SpecialSearchProfileFormHook.php
Go to the documentation of this file.
1<?php
2
4
6
27 public function onSpecialSearchProfileForm( $search, &$form, $profile, $term,
28 $opts
29 );
30}
Parent class for all special pages.
This is a hook handler interface, see docs/Hooks.md.
onSpecialSearchProfileForm( $search, &$form, $profile, $term, $opts)
Use this hook to modify search profile forms.