Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase\Client\Hooks\WikibaseHandleChangeHook Interface Reference

This is a hook handler interface, see docs/Hooks.md in MediaWiki core. More...

+ Inheritance diagram for Wikibase\Client\Hooks\WikibaseHandleChangeHook:

Public Member Functions

 onWikibaseHandleChange (EntityChange $change, array $rootJobParams=[])
 Called by () ChangeHandler::handleChanges() to allow alternative processing of changes.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md in MediaWiki core.

Use the hook name "WikibaseHandleChange" to register handlers implementing this interface.

Member Function Documentation

◆ onWikibaseHandleChange()

Wikibase\Client\Hooks\WikibaseHandleChangeHook::onWikibaseHandleChange ( EntityChange $change,
array $rootJobParams = [] )

Called by () ChangeHandler::handleChanges() to allow alternative processing of changes.

Parameters
EntityChange$change
array$rootJobParamsAny relevant root job parameters to be inherited by child jobs.
Returns
bool|void

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