public function BreakpointInterface::getLabel in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 21 - Contains \Drupal\breakpoint\BreakpointInterface.
Class
- BreakpointInterface
- Interface for Breakpoint plugins.
Namespace
Drupal\breakpointCode
public function getLabel();