Wikibase
MediaWiki Wikibase extension
|
Hook for dispatching DeleteDispatchNotificationJob on repo which in turn will fetch archived revisions and dispatch deletion jobs on the clients. More...
Public Member Functions | |
__construct (callable $jobQueueGroupFactory, EntityContentFactory $entityContentFactory, array $localClientDatabases) | |
onArticleDeleteComplete ( $wikiPage, $user, $reason, $id, $content, $logEntry, $archivedRevisionCount) | |
Static Public Member Functions | |
static | factory (EntityContentFactory $entityContentFactory, SettingsArray $repoSettings) |
Private Attributes | |
$jobQueueGroupFactory | |
$entityContentFactory | |
$localClientDatabases | |
Hook for dispatching DeleteDispatchNotificationJob on repo which in turn will fetch archived revisions and dispatch deletion jobs on the clients.
Wikibase\Repo\Hooks\DeleteDispatcher::__construct | ( | callable | $jobQueueGroupFactory, |
EntityContentFactory | $entityContentFactory, | ||
array | $localClientDatabases | ||
) |
callable | $jobQueueGroupFactory | |
EntityContentFactory | $entityContentFactory | |
array | $localClientDatabases |
|
static |
Wikibase\Repo\Hooks\DeleteDispatcher::onArticleDeleteComplete | ( | $wikiPage, | |
$user, | |||
$reason, | |||
$id, | |||
$content, | |||
$logEntry, | |||
$archivedRevisionCount | |||
) |
|
private |
|
private |
|
private |