MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSpecialSearchPowerBox (&$showSections, $term, &$opts) | |
Use this hook to modify advanced search profile forms. | |
Stable to implement.
Definition at line 9 of file SpecialSearchPowerBoxHook.php.
MediaWiki\Search\Hook\SpecialSearchPowerBoxHook::onSpecialSearchPowerBox | ( | & | $showSections, |
$term, | |||
& | $opts | ||
) |
Use this hook to modify advanced search profile forms.
This hook is equivalent to SpecialSearchProfileForm for the advanced form, also know as power search box.
string[] | &$showSections | Array to add values with more options to |
string | $term | Search term (not a title object) |
string[] | &$opts | Array of hidden options (containing 'redirs' and 'profile') |
Implemented in MediaWiki\HookContainer\HookRunner.