Wikibase
MediaWiki Wikibase extension
|
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...
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. | |
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.