public FieldStorageConfig::isDeleted()
Returns whether the field is deleted or not.
Return value
bool TRUE if the field is deleted.
Overrides FieldStorageConfigInterface::isDeleted
File
- core/modules/field/src/Entity/FieldStorageConfig.php, line 515
Class
- FieldStorageConfig
- Defines the Field storage configuration entity.
Namespace
Drupal\field\Entity
Code
public function isDeleted() { return $this->deleted; }
Please login to continue.