function BreakpointInterface::getLabel
Same name in other branches
- 9 core/modules/breakpoint/src/BreakpointInterface.php \Drupal\breakpoint\BreakpointInterface::getLabel()
- 10 core/modules/breakpoint/src/BreakpointInterface.php \Drupal\breakpoint\BreakpointInterface::getLabel()
- 11.x core/modules/breakpoint/src/BreakpointInterface.php \Drupal\breakpoint\BreakpointInterface::getLabel()
Returns the translated label.
Return value
string The translated label.
1 method overrides BreakpointInterface::getLabel()
- Breakpoint::getLabel in core/
modules/ breakpoint/ src/ Breakpoint.php - Returns the translated label.
File
-
core/
modules/ breakpoint/ src/ BreakpointInterface.php, line 16
Class
- BreakpointInterface
- Interface for Breakpoint plugins.
Namespace
Drupal\breakpointCode
public function getLabel();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.