MediaWiki REL1_35
SpecialSearchSetupEngineHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
23 public function onSpecialSearchSetupEngine( $search, $profile, $engine );
24}
Contain a class for special pages Stable to extend.
implements Special:Search - Run text & title search and display the output
onSpecialSearchSetupEngine( $search, $profile, $engine)
Use this hook for passing custom data to the search engine.