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