public function IconBuilderInterface::setLabel in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php \Drupal\Core\Layout\Icon\IconBuilderInterface::setLabel()
Sets the label.
Parameters
string $label: The label of the layout.
Return value
$this
1 method overrides IconBuilderInterface::setLabel()
- SvgIconBuilder::setLabel in core/
lib/ Drupal/ Core/ Layout/ Icon/ SvgIconBuilder.php - Sets the label.
File
- core/
lib/ Drupal/ Core/ Layout/ Icon/ IconBuilderInterface.php, line 57
Class
- IconBuilderInterface
- Provides an interface for building layout icons.
Namespace
Drupal\Core\Layout\IconCode
public function setLabel($label);