protected property FieldStorageConfig::$deleted in Drupal 8
Same name and namespace in other branches
- 9 core/modules/field/src/Entity/FieldStorageConfig.php \Drupal\field\Entity\FieldStorageConfig::deleted
Flag indicating whether the field is deleted.
The delete() method marks the field as "deleted" and removes the corresponding entry from the config storage, but keeps its definition in the state storage while field data is purged by a separate garbage-collection process.
Deleted fields stay out of the regular entity lifecycle (notably, their values are not populated in loaded entities, and are not saved back).
Type: bool
File
- core/
modules/ field/ src/ Entity/ FieldStorageConfig.php, line 207
Class
- FieldStorageConfig
- Defines the Field storage configuration entity.
Namespace
Drupal\field\EntityCode
protected $deleted = FALSE;