Wikibase
MediaWiki Wikibase extension
Wikibase\Client\Hooks\TrivialHookHandler Class Reference

Handler for “trivial” hooks: ones that don’t need any services injected, and whose code is fairly brief. More...

+ Inheritance diagram for Wikibase\Client\Hooks\TrivialHookHandler:
+ Collaboration diagram for Wikibase\Client\Hooks\TrivialHookHandler:

Public Member Functions

 onAbortEmailNotification ( $editor, $title, $recentChange)
 
 onBeforePageDisplay ( $out, $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...
 
 onSearchIndexFields (&$fields, $engine)
 Register wikibase_item field. More...
 
 onUnitTestsList (&$paths)
 
 onWgQueryPages (&$queryPages)
 

Detailed Description

Handler for “trivial” hooks: ones that don’t need any services injected, and whose code is fairly brief.

Member Function Documentation

◆ onAbortEmailNotification()

Wikibase\Client\Hooks\TrivialHookHandler::onAbortEmailNotification (   $editor,
  $title,
  $recentChange 
)
Parameters
User$editor
Title$title
RecentChange$recentChange
Returns
bool

◆ onBeforePageDisplay()

Wikibase\Client\Hooks\TrivialHookHandler::onBeforePageDisplay (   $out,
  $skin 
)

Add the connected item prefixed id as a JS config variable, for gadgets etc.

Parameters
OutputPage$out
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

◆ onSearchIndexFields()

Wikibase\Client\Hooks\TrivialHookHandler::onSearchIndexFields ( $fields,
  $engine 
)

Register wikibase_item field.

Parameters
array&$fields
SearchEngine$engine

◆ onUnitTestsList()

Wikibase\Client\Hooks\TrivialHookHandler::onUnitTestsList ( $paths)
Parameters
string[]&$paths

◆ onWgQueryPages()

Wikibase\Client\Hooks\TrivialHookHandler::onWgQueryPages ( $queryPages)
Parameters
array[]&$queryPages

The documentation for this class was generated from the following file: