MediaWiki
master
SearchDataForIndexHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Content\Hook
;
4
5
use
MediaWiki\Content\ContentHandler
;
6
use
MediaWiki\Page\WikiPage
;
7
use
MediaWiki\Parser\ParserOutput
;
8
use
SearchEngine
;
9
18
interface
SearchDataForIndexHook
{
32
public
function
onSearchDataForIndex
( &$fields, $handler, $page, $output,
33
$engine
34
);
35
}
MediaWiki\Content\ContentHandler
Base class for content handling.
Definition
ContentHandler.php:89
MediaWiki\Page\WikiPage
Base representation for an editable wiki page.
Definition
WikiPage.php:92
MediaWiki\Parser\ParserOutput
ParserOutput is a rendering of a Content object or a message.
Definition
ParserOutput.php:93
SearchEngine
Contain a class for special pages.
Definition
SearchEngine.php:44
MediaWiki\Content\Hook\SearchDataForIndexHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SearchDataForIndexHook.php:18
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 Sat Apr 5 2025 22:23:53 for MediaWiki by
1.10.0