Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase\Repo\Store\SubscriptionLookup Interface Reference

Interface for looking up which client is interested in changes to which entity. More...

+ Inheritance diagram for Wikibase\Repo\Store\SubscriptionLookup:

Public Member Functions

 getSubscribers (EntityId $idToCheck)
 Return the existing subscriptions for given Id to check.
 

Detailed Description

Interface for looking up which client is interested in changes to which entity.

Author
Daniel Kinzler

Member Function Documentation

◆ getSubscribers()

Wikibase\Repo\Store\SubscriptionLookup::getSubscribers ( EntityId $idToCheck)

Return the existing subscriptions for given Id to check.

Parameters
EntityId$idToCheckEntityId to get subscribers
Returns
string[] wiki IDs of wikis subscribed to the given entity

Implemented in Wikibase\Repo\Store\Sql\SqlSubscriptionLookup.


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