public Breakpoint::getWeight()
Returns the weight.
Return value
int The weight.
Overrides BreakpointInterface::getWeight
File
- core/modules/breakpoint/src/Breakpoint.php, line 25
Class
- Breakpoint
- Default object used for breakpoint plugins.
Namespace
Drupal\breakpoint
Code
1 2 3 | public function getWeight() { return (int) $this ->pluginDefinition[ 'weight' ]; } |
Please login to continue.