MediaWiki
REL1_37
SearchDataForIndexHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Content\Hook
;
4
5
use
ContentHandler
;
6
use
ParserOutput
;
7
use
SearchEngine
;
8
use
WikiPage
;
9
17
interface
SearchDataForIndexHook
{
31
public
function
onSearchDataForIndex
( &$fields, $handler, $page, $output,
32
$engine
33
);
34
}
ContentHandler
A content handler knows how do deal with a specific type of content on a wiki page.
Definition
ContentHandler.php:60
ParserOutput
Definition
ParserOutput.php:31
SearchEngine
Contain a class for special pages.
Definition
SearchEngine.php:37
WikiPage
Class representing a MediaWiki article and history.
Definition
WikiPage.php:60
MediaWiki\Content\Hook\SearchDataForIndexHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SearchDataForIndexHook.php:17
MediaWiki\Content\Hook\SearchDataForIndexHook\onSearchDataForIndex
onSearchDataForIndex(&$fields, $handler, $page, $output, $engine)
Use this hook to add data to search document.
MediaWiki\Content\Hook
Definition
ContentAlterParserOutputHook.php:3
includes
content
Hook
SearchDataForIndexHook.php
Generated on Fri Apr 5 2024 23:40:08 for MediaWiki by
1.9.8