MediaWiki master
SearchDataForIndexHook.php
Go to the documentation of this file.
1<?php
2
4
8use WikiPage;
9
32 public function onSearchDataForIndex( &$fields, $handler, $page, $output,
33 $engine
34 );
35}
A content handler knows how do deal with a specific type of content on a wiki page.
Rendered output of a wiki page, as parsed from wikitext.
Contain a class for special pages.
Base representation for an editable wiki page.
Definition WikiPage.php:79
This is a hook handler interface, see docs/Hooks.md.
onSearchDataForIndex(&$fields, $handler, $page, $output, $engine)
Use this hook to add data to search document.