Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase\Lib\Store\TitleLookupBasedEntityUrlLookup Class Reference
+ Inheritance diagram for Wikibase\Lib\Store\TitleLookupBasedEntityUrlLookup:
+ Collaboration diagram for Wikibase\Lib\Store\TitleLookupBasedEntityUrlLookup:

Public Member Functions

 __construct (EntityTitleLookup $titleLookup)
 
 getFullUrl (EntityId $id)
 Always returns the full URL.
 
 getLinkUrl (EntityId $id)
 Get a URL that's the simplest URL that will be valid to link, locally, to the current Entity.
 

Private Attributes

 $titleLookup
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

Wikibase\Lib\Store\TitleLookupBasedEntityUrlLookup::__construct ( EntityTitleLookup  $titleLookup)

Member Function Documentation

◆ getFullUrl()

Wikibase\Lib\Store\TitleLookupBasedEntityUrlLookup::getFullUrl ( EntityId  $id)

Always returns the full URL.

Example: https://www.wikidata.org/wiki/Property:P123

Parameters
EntityId$id
Returns
string|null

Implements Wikibase\Lib\Store\EntityUrlLookup.

◆ 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
EntityId$id
Returns
string|null

Implements Wikibase\Lib\Store\EntityUrlLookup.

Member Data Documentation

◆ $titleLookup

Wikibase\Lib\Store\TitleLookupBasedEntityUrlLookup::$titleLookup
private

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