Handler for “trivial” hooks: ones that don’t need any services injected, and whose code is fairly brief.
More...
|
| onAbortEmailNotification ( $editor, $title, $recentChange) |
|
| onBeforePageDisplay ( $outputPage, $skin) |
| Add the connected item prefixed id as a JS config variable, for gadgets etc. More...
|
|
| onSearchDataForIndex (&$fields, $handler, $page, $output, $engine) |
| Put wikibase_item into the data. More...
|
|
| onSearchDataForIndex2 (array &$fields, ContentHandler $handler, WikiPage $page, ParserOutput $output, SearchEngine $engine, RevisionRecord $revision) |
| Put wikibase_item into the data. More...
|
|
| onSearchIndexFields (&$fields, $engine) |
| Register wikibase_item field. More...
|
|
| onUnitTestsList (&$paths) |
|
| onWgQueryPages (&$queryPages) |
|
Handler for “trivial” hooks: ones that don’t need any services injected, and whose code is fairly brief.
- Copyright
- GPL-2.0-or-later
◆ doSearchDataForIndex()
Wikibase\Client\Hooks\TrivialHookHandler::doSearchDataForIndex |
( |
array & |
$fields, |
|
|
ParserOutput |
$parserOutput |
|
) |
| |
|
private |
◆ onAbortEmailNotification()
Wikibase\Client\Hooks\TrivialHookHandler::onAbortEmailNotification |
( |
|
$editor, |
|
|
|
$title, |
|
|
|
$recentChange |
|
) |
| |
- Parameters
-
User | $editor | |
Title | $title | |
RecentChange | $recentChange | |
- Returns
- bool
◆ onBeforePageDisplay()
Wikibase\Client\Hooks\TrivialHookHandler::onBeforePageDisplay |
( |
|
$outputPage, |
|
|
|
$skin |
|
) |
| |
Add the connected item prefixed id as a JS config variable, for gadgets etc.
- Parameters
-
OutputPage | $outputPage | |
Skin | $skin | |
◆ onSearchDataForIndex()
Wikibase\Client\Hooks\TrivialHookHandler::onSearchDataForIndex |
( |
& |
$fields, |
|
|
|
$handler, |
|
|
|
$page, |
|
|
|
$output, |
|
|
|
$engine |
|
) |
| |
Put wikibase_item into the data.
- Parameters
-
array | &$fields | |
ContentHandler | $handler | |
WikiPage | $page | |
ParserOutput | $output | |
SearchEngine | $engine | |
◆ onSearchDataForIndex2()
Wikibase\Client\Hooks\TrivialHookHandler::onSearchDataForIndex2 |
( |
array & |
$fields, |
|
|
ContentHandler |
$handler, |
|
|
WikiPage |
$page, |
|
|
ParserOutput |
$output, |
|
|
SearchEngine |
$engine, |
|
|
RevisionRecord |
$revision |
|
) |
| |
Put wikibase_item into the data.
- Parameters
-
array | &$fields | |
ContentHandler | $handler | |
WikiPage | $page | |
ParserOutput | $output | |
SearchEngine | $engine | |
◆ onSearchIndexFields()
Wikibase\Client\Hooks\TrivialHookHandler::onSearchIndexFields |
( |
& |
$fields, |
|
|
|
$engine |
|
) |
| |
Register wikibase_item field.
- Parameters
-
array | &$fields | |
SearchEngine | $engine | |
◆ onUnitTestsList()
Wikibase\Client\Hooks\TrivialHookHandler::onUnitTestsList |
( |
& |
$paths | ) |
|
◆ onWgQueryPages()
Wikibase\Client\Hooks\TrivialHookHandler::onWgQueryPages |
( |
& |
$queryPages | ) |
|
The documentation for this class was generated from the following file: