function LayoutDefinition::getLabel
Same name in other branches
- 9 core/lib/Drupal/Core/Layout/LayoutDefinition.php \Drupal\Core\Layout\LayoutDefinition::getLabel()
- 8.9.x core/lib/Drupal/Core/Layout/LayoutDefinition.php \Drupal\Core\Layout\LayoutDefinition::getLabel()
- 10 core/lib/Drupal/Core/Layout/LayoutDefinition.php \Drupal\Core\Layout\LayoutDefinition::getLabel()
Gets the human-readable name of the layout definition.
Return value
string|\Drupal\Core\StringTranslation\TranslatableMarkup The human-readable name of the layout definition.
1 call to LayoutDefinition::getLabel()
- LayoutDefinition::getIcon in core/
lib/ Drupal/ Core/ Layout/ LayoutDefinition.php - Builds a render array for an icon representing the layout.
File
-
core/
lib/ Drupal/ Core/ Layout/ LayoutDefinition.php, line 198
Class
- LayoutDefinition
- Provides an implementation of a layout definition and its metadata.
Namespace
Drupal\Core\LayoutCode
public function getLabel() {
return $this->label;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.