Wikibase
MediaWiki Wikibase extension
|
This is a hook handler interface, see docs/Hooks.md in MediaWiki core. More...
Public Member Functions | |
onWikibaseHandleChanges (array $changes, array $rootJobParams=[]) | |
Called by () ChangeHandler::handleChanges() to allow pre-processing of changes. | |
This is a hook handler interface, see docs/Hooks.md in MediaWiki core.
Use the hook name "WikibaseHandleChanges" to register handlers implementing this interface.
Wikibase\Client\Hooks\WikibaseHandleChangesHook::onWikibaseHandleChanges | ( | array | $changes, |
array | $rootJobParams = [] ) |
Called by () ChangeHandler::handleChanges()
to allow pre-processing of changes.
EntityChange[] | $changes | A list of Change objects. |
array | $rootJobParams | Any relevant root job parameters to be inherited by child jobs. |
Implemented in Wikibase\Client\Hooks\WikibaseClientHookRunner.