MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onSpecialSearchProfiles (&$profiles) | |
Use this hook to modify search profiles. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialSearchProfiles" to register handlers implementing this interface.
Definition at line 12 of file SpecialSearchProfilesHook.php.
MediaWiki\Hook\SpecialSearchProfilesHook::onSpecialSearchProfiles | ( | & | $profiles | ) |
Use this hook to modify search profiles.
array | &$profiles | profiles, which can be modified. |
Implemented in MediaWiki\HookContainer\HookRunner.