public function BootstrapLayoutsHandlerInterface::getLabel in Bootstrap Layouts 8.4
Same name and namespace in other branches
- 8.5 src/Plugin/BootstrapLayouts/BootstrapLayoutsHandlerInterface.php \Drupal\bootstrap_layouts\Plugin\BootstrapLayouts\BootstrapLayoutsHandlerInterface::getLabel()
Retrieves the human readable label for the plugin.
Return value
string The human readable label.
1 method overrides BootstrapLayoutsHandlerInterface::getLabel()
- BootstrapLayoutsHandlerBase::getLabel in src/
Plugin/ BootstrapLayouts/ BootstrapLayoutsHandlerBase.php - Retrieves the human readable label for the plugin.
File
- src/
Plugin/ BootstrapLayouts/ BootstrapLayoutsHandlerInterface.php, line 22
Class
- BootstrapLayoutsHandlerInterface
- Interface BootstrapLayoutsHandlerInterface
Namespace
Drupal\bootstrap_layouts\Plugin\BootstrapLayoutsCode
public function getLabel();