You are here

protected property ConfigSplitEntity::$weight in Configuration Split 2.0.x

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

The weight of the configuration for sorting.

Type: int

File

src/Entity/ConfigSplitEntity.php, line 88

Class

ConfigSplitEntity
Defines the Configuration Split setting entity.

Namespace

Drupal\config_split\Entity

Code

protected $weight = 0;