You are here

protected property LayoutOption::$weight in Bootstrap Layout Builder 2.x

Same name and namespace in other branches
  1. 1.x src/Entity/LayoutOption.php \Drupal\bootstrap_layout_builder\Entity\LayoutOption::weight

Order of options on the config page & Layout Builder add/update forms.

Type: int

File

src/Entity/LayoutOption.php, line 106

Class

LayoutOption
Defines the layout option entity class.

Namespace

Drupal\bootstrap_layout_builder\Entity

Code

protected $weight = 0;