MediaWiki REL1_35
SearchDataForIndexHook.php
Go to the documentation of this file.
1<?php
2
4
8use WikiPage;
9
28 public function onSearchDataForIndex( &$fields, $handler, $page, $output,
29 $engine
30 );
31}
A content handler knows how do deal with a specific type of content on a wiki page.
Contain a class for special pages Stable to extend.
Class representing a MediaWiki article and history.
Definition WikiPage.php:51
onSearchDataForIndex(&$fields, $handler, $page, $output, $engine)
Use this hook to add data to search document.