Wikibase
MediaWiki Wikibase extension
|
Inject change information from RC into the change notification created by the onRevisionFromEditComplete hook handler and save it to wb_changes table. More...
Public Member Functions | |
__construct (ChangeStore $changeStore, ChangeHolder $changeHolder, SubscriptionLookup $subscriptionLookup, ?CentralIdLookup $centralIdLookup) | |
onRecentChange_save (RecentChange $recentChange) | |
Static Public Member Functions | |
static | factory (CentralIdLookupFactory $centralIdLookupFactory, ChangeHolder $changeHolder, RepoDomainDbFactory $repoDomainDbFactory, Store $store) |
Private Member Functions | |
handleChange (Change $change, RecentChange $recentChange) | |
changeNeedsDispatching (EntityChange $change) | |
setChangeMetaData (EntityChange $change, RecentChange $rc, int $centralUserId) | |
enqueueDispatchChangesJob (string $entityIdSerialization) | |
Private Attributes | |
$changeStore | |
$centralIdLookup | |
$changeHolder | |
$subscriptionLookup | |
Inject change information from RC into the change notification created by the onRevisionFromEditComplete hook handler and save it to wb_changes table.
Wikibase\Repo\Hooks\RecentChangeSaveHookHandler::__construct | ( | ChangeStore | $changeStore, |
ChangeHolder | $changeHolder, | ||
SubscriptionLookup | $subscriptionLookup, | ||
?CentralIdLookup | $centralIdLookup ) |
|
private |
|
private |
|
static |
|
private |
Wikibase\Repo\Hooks\RecentChangeSaveHookHandler::onRecentChange_save | ( | RecentChange | $recentChange | ) |
|
private |
|
private |
|
private |
|
private |
|
private |