public function BibciteLinkPluginBase::getLabel in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 8 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\PluginCode
public function getLabel() {
return $this->pluginDefinition['label'];
}