You are here

public function LayoutOptionInterface::getWeight in Bootstrap Layout Builder 2.x

Same name and namespace in other branches
  1. 1.x src/LayoutOptionInterface.php \Drupal\bootstrap_layout_builder\LayoutOptionInterface::getWeight()

Returns the weight among layout options with the same depth.

Return value

int The layout option weight.

1 method overrides LayoutOptionInterface::getWeight()
LayoutOption::getWeight in src/Entity/LayoutOption.php
Returns the weight among layout options with the same depth.

File

src/LayoutOptionInterface.php, line 64

Class

LayoutOptionInterface
Provides an interface defining a layout option entity.

Namespace

Drupal\bootstrap_layout_builder

Code

public function getWeight();