- Copyright
- GPL-2.0-or-later
◆ __construct()
Wikibase\Lib\Store\TitleLookupBasedEntityUrlLookup::__construct |
( |
EntityTitleLookup | $titleLookup | ) |
|
◆ getFullUrl()
Wikibase\Lib\Store\TitleLookupBasedEntityUrlLookup::getFullUrl |
( |
EntityId | $id | ) |
|
◆ getLinkUrl()
Wikibase\Lib\Store\TitleLookupBasedEntityUrlLookup::getLinkUrl |
( |
EntityId | $id | ) |
|
Get a URL that's the simplest URL that will be valid to link, locally, to the current Entity.
Example Contexts:
- Regular Wikibase Entities will normally want to return relative URLs.
- Entities on remote Wikibases probably always want to return full URLs.
Example Values: /wiki/Property:P123 or similar to getFullUrl()
- Parameters
-
- Returns
- string|null
Implements Wikibase\Lib\Store\EntityUrlLookup.
◆ $titleLookup
Wikibase\Lib\Store\TitleLookupBasedEntityUrlLookup::$titleLookup |
|
private |
The documentation for this class was generated from the following file: