You are here

public property ConfigTest::$weight in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/config/tests/config_test/src/Entity/ConfigTest.php \Drupal\config_test\Entity\ConfigTest::weight

The weight of the configuration entity.

Type: int

File

core/modules/config/tests/config_test/src/Entity/ConfigTest.php, line 70

Class

ConfigTest
Defines the ConfigTest configuration entity.

Namespace

Drupal\config_test\Entity

Code

public $weight = 0;