Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase\Repo\FederatedProperties\ApiEntityUrlLookup Class Reference
+ Inheritance diagram for Wikibase\Repo\FederatedProperties\ApiEntityUrlLookup:
+ Collaboration diagram for Wikibase\Repo\FederatedProperties\ApiEntityUrlLookup:

Public Member Functions

 __construct (ApiEntityTitleTextLookup $titleTextLookup, string $sourceWikibaseUrl)
 
 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

 $titleTextLookup
 
 $sourceWikibaseUrl
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

Wikibase\Repo\FederatedProperties\ApiEntityUrlLookup::__construct ( ApiEntityTitleTextLookup  $titleTextLookup,
string  $sourceWikibaseUrl 
)

Member Function Documentation

◆ getFullUrl()

Wikibase\Repo\FederatedProperties\ApiEntityUrlLookup::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\Repo\FederatedProperties\ApiEntityUrlLookup::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

◆ $sourceWikibaseUrl

Wikibase\Repo\FederatedProperties\ApiEntityUrlLookup::$sourceWikibaseUrl
private

◆ $titleTextLookup

Wikibase\Repo\FederatedProperties\ApiEntityUrlLookup::$titleTextLookup
private

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