You are here

public function BootstrapLayoutsHandlerInterface::getLabel in Bootstrap Layouts 8.5

Same name and namespace in other branches
  1. 8.4 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\BootstrapLayouts

Code

public function getLabel();