MediaWiki
1.39.10
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:65
ParserOutput
Definition
ParserOutput.php:38
SearchEngine
Contain a class for special pages.
Definition
SearchEngine.php:37
WikiPage
Base representation for an editable wiki page.
Definition
WikiPage.php:62
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 Tue Oct 1 2024 01:15:25 for MediaWiki by
1.10.0