MediaWiki master
MediaWiki\Hook\SpecialSearchProfilesHook Interface Reference

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.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SpecialSearchProfiles" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 12 of file SpecialSearchProfilesHook.php.

Member Function Documentation

◆ onSpecialSearchProfiles()

MediaWiki\Hook\SpecialSearchProfilesHook::onSpecialSearchProfiles ( $profiles)

Use this hook to modify search profiles.

Since
1.35
Parameters
array&$profilesprofiles, which can be modified.
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: