You are here

protected property ConfigTest::$protected_property in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/config/tests/config_test/src/Entity/ConfigTest.php \Drupal\config_test\Entity\ConfigTest::protected_property
  2. 10 core/modules/config/tests/config_test/src/Entity/ConfigTest.php \Drupal\config_test\Entity\ConfigTest::protected_property

A protected property of the configuration entity.

Type: string

File

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

Class

ConfigTest
Defines the ConfigTest configuration entity.

Namespace

Drupal\config_test\Entity

Code

protected $protected_property;