You are here

protected function BibciteLinkPluginBase::buildUrl in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x modules/bibcite_entity/src/Plugin/BibciteLinkPluginBase.php \Drupal\bibcite_entity\Plugin\BibciteLinkPluginBase::buildUrl()

Build URL object.

Parameters

\Drupal\bibcite_entity\Entity\ReferenceInterface $reference: Reference entity object.

1 call to BibciteLinkPluginBase::buildUrl()
BibciteLinkPluginBase::build in modules/bibcite_entity/src/Plugin/BibciteLinkPluginBase.php
Build link using data from Reference entity.
4 methods override BibciteLinkPluginBase::buildUrl()
DOI::buildUrl in modules/bibcite_entity/src/Plugin/bibcite/link/DOI.php
Build URL object.
Export::buildUrl in modules/bibcite_export/src/Plugin/bibcite/link/Export.php
Build URL object.
GoogleScholar::buildUrl in modules/bibcite_entity/src/Plugin/bibcite/link/GoogleScholar.php
Build URL object.
PubMed::buildUrl in modules/bibcite_entity/src/Plugin/bibcite/link/PubMed.php
Build URL object.

File

modules/bibcite_entity/src/Plugin/BibciteLinkPluginBase.php, line 27

Class

BibciteLinkPluginBase
Base class for Link plugins.

Namespace

Drupal\bibcite_entity\Plugin

Code

protected function buildUrl(ReferenceInterface $reference) {
}