Breakpoint::getWeight

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

public function getWeight() {
  return (int) $this->pluginDefinition['weight'];
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.