You are here

protected property SectionStorageDefinition::$weight in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php \Drupal\layout_builder\SectionStorage\SectionStorageDefinition::weight
  2. 10 core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php \Drupal\layout_builder\SectionStorage\SectionStorageDefinition::weight

The plugin weight.

Type: int

File

core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php, line 21

Class

SectionStorageDefinition
Provides section storage type plugin definition.

Namespace

Drupal\layout_builder\SectionStorage

Code

protected $weight = 0;