protected property ConfigStorageController::$statusKey

Name of the entity's status key or FALSE if a status is not supported.

Type: string|bool

File

drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php, line 48
Definition of Drupal\Core\Config\Entity\ConfigStorageController.

Class

ConfigStorageController
Defines the storage controller class for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

protected $statusKey = 'status';