You are here

public function BibciteLinkPluginBase::getLabel 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::getLabel()

Get plugin label.

Return value

string Plugin label.

Overrides BibciteLinkPluginInterface::getLabel

File

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

Class

BibciteLinkPluginBase
Base class for Link plugins.

Namespace

Drupal\bibcite_entity\Plugin

Code

public function getLabel() {
  return $this->pluginDefinition['label'];
}