Wikibase
MediaWiki Wikibase extension
|
Interface of the top-level container/factory of data access services. More...
Public Member Functions | |
getEntityStoreWatcher () | |
Returns a service that can be registered as a watcher to changes to entity data. More... | |
getPrefetchingTermLookup () | |
Public Member Functions inherited from Wikibase\DataAccess\DataAccessServices | |
getEntityPrefetcher () | |
getEntityRevisionLookup () | |
getPropertyInfoLookup () | |
getTermBuffer () | |
getTermSearchInteractorFactory () | |
Interface of the top-level container/factory of data access services.
This is made up of DataAccessServices (which are repo or entity source specific) and a few other services that don't currently have their own interface.
Wikibase\DataAccess\WikibaseServices::getEntityStoreWatcher | ( | ) |
Returns a service that can be registered as a watcher to changes to entity data.
Such watcher gets notified when entity is updated or deleted, or when the entity redirect is updated.
Implemented in Wikibase\DataAccess\MultipleEntitySourceServices.
Wikibase\DataAccess\WikibaseServices::getPrefetchingTermLookup | ( | ) |