public function BibCiteProcessorBase::getPluginLabel in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/Plugin/BibCiteProcessorBase.php \Drupal\bibcite\Plugin\BibCiteProcessorBase::getPluginLabel()
Get plugin label markup.
Return value
mixed Label markup.
Overrides BibCiteProcessorInterface::getPluginLabel
File
- src/
Plugin/ BibCiteProcessorBase.php, line 18
Class
- BibCiteProcessorBase
- Base class for Processor plugins.
Namespace
Drupal\bibcite\PluginCode
public function getPluginLabel() {
return $this->pluginDefinition['label'];
}