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

Represents a mapping from entity IDs to wiki page titles, assuming that the resulting title represents a page that actually stores the entity contents. More...

+ Inheritance diagram for Wikibase\Repo\Store\EntityTitleStoreLookup:
+ Collaboration diagram for Wikibase\Repo\Store\EntityTitleStoreLookup:

Additional Inherited Members

- Public Member Functions inherited from Wikibase\Lib\Store\EntityTitleLookup
 getTitleForId (EntityId $id)
 Returns the Title for the given entity.
 
 getTitlesForIds (array $ids)
 Returns an array of Titles for the given entity ids, indexed by the id serialization.
 

Detailed Description

Represents a mapping from entity IDs to wiki page titles, assuming that the resulting title represents a page that actually stores the entity contents.

For example, the property P1 will be resolved to the "Property" namespace and the page "Property:P1".

The mapping could be programmatic, or it could be based on database lookups.

Author
Daniel Kinzler
Thiemo Kreuz

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