MediaWiki master
SpecialSearchProfilesHook.php
Go to the documentation of this file.
1<?php
2
4
21 public function onSpecialSearchProfiles( &$profiles );
22}
23
25class_alias( SpecialSearchProfilesHook::class, 'MediaWiki\\Hook\\SpecialSearchProfilesHook' );
This is a hook handler interface, see docs/Hooks.md.
onSpecialSearchProfiles(&$profiles)
Use this hook to modify search profiles.