Wikibase
MediaWiki Wikibase extension
|
Implementation of EntityIdLookup that uses content handler. More...
Public Member Functions | |
__construct (EntityContentFactory $entityContentFactory, HookContainer $hookContainer) | |
getEntityIdForTitle (Title $title) | |
Returns the ID of the entity associated with the given page title. | |
getEntityIds (array $titles) | |
Private Attributes | |
$entityContentFactory | |
$hookContainer | |
Implementation of EntityIdLookup that uses content handler.
Wikibase\Repo\Content\ContentHandlerEntityIdLookup::__construct | ( | EntityContentFactory | $entityContentFactory, |
HookContainer | $hookContainer ) |
Wikibase\Repo\Content\ContentHandlerEntityIdLookup::getEntityIdForTitle | ( | Title | $title | ) |
Returns the ID of the entity associated with the given page title.
Implements Wikibase\Lib\Store\EntityIdLookup.
Wikibase\Repo\Content\ContentHandlerEntityIdLookup::getEntityIds | ( | array | $titles | ) |
Title[] | $titles |
StorageException |
Implements Wikibase\Lib\Store\EntityIdLookup.
|
private |
|
private |