MediaWiki master
SpecialSearchSetupEngineHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
26 public function onSpecialSearchSetupEngine( $search, $profile, $engine );
27}
implements Special:Search - Run text & title search and display the output
Contain a class for special pages.
This is a hook handler interface, see docs/Hooks.md.
onSpecialSearchSetupEngine( $search, $profile, $engine)
Use this hook for passing custom data to the search engine.