Wikibase
MediaWiki Wikibase extension
|
Interface for implementations of both TermLookup and TermBuffer. More...
Additional Inherited Members | |
Public Member Functions inherited from Wikibase\DataAccess\AliasTermBuffer | |
getPrefetchedAliases (EntityId $entityId, $languageCode) | |
Returns terms that were previously loaded by prefetchTerms. More... | |
Interface for implementations of both TermLookup and TermBuffer.
Lookup methods should try to retrieve terms from TermBuffer::getPrefetchedTerm. Implementations may choose to fallback to another lookup if terms have not been prefeteched. Most implementations do not fallback and require terms to be prefetched in order to be returned by the lookups.