|
Wikibase
MediaWiki Wikibase extension
|
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. | |
This is a hook handler interface, see docs/Hooks.md in MediaWiki core.
Use the hook name "WikibaseHandleChange" to register handlers implementing this interface.
| Wikibase\Client\Hooks\WikibaseHandleChangeHook::onWikibaseHandleChange | ( | EntityChange | $change, |
| array | $rootJobParams = [] ) |
Called by () ChangeHandler::handleChanges() to allow alternative processing of changes.
| EntityChange | $change | |
| array | $rootJobParams | Any relevant root job parameters to be inherited by child jobs. |