public function BibCiteProcessorInterface::getPluginLabel in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x src/Plugin/BibCiteProcessorInterface.php \Drupal\bibcite\Plugin\BibCiteProcessorInterface::getPluginLabel()
Get plugin label markup.
Return value
mixed Label markup.
1 method overrides BibCiteProcessorInterface::getPluginLabel()
- BibCiteProcessorBase::getPluginLabel in src/
Plugin/ BibCiteProcessorBase.php - Get plugin label markup.
File
- src/
Plugin/ BibCiteProcessorInterface.php, line 41
Class
- BibCiteProcessorInterface
- Defines an interface for Processor plugins.
Namespace
Drupal\bibcite\PluginCode
public function getPluginLabel();