You are here

protected property ConfigSplitEntity::$weight in Configuration Split 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/ConfigSplitEntity.php \Drupal\config_split\Entity\ConfigSplitEntity::weight

The weight of the configuration when splitting several folders.

Type: int

File

src/Entity/ConfigSplitEntity.php, line 135

Class

ConfigSplitEntity
Defines the Configuration Split setting entity.

Namespace

Drupal\config_split\Entity

Code

protected $weight = 0;