public function FieldStorageDefinitionInterface::isDeleted in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::isDeleted()
- 10 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::isDeleted()
Returns whether the field is deleted or not.
Return value
bool TRUE if the field is deleted, FALSE otherwise.
2 methods override FieldStorageDefinitionInterface::isDeleted()
- BaseFieldDefinition::isDeleted in core/
lib/ Drupal/ Core/ Field/ BaseFieldDefinition.php - Returns whether the field is deleted or not.
- FieldStorageConfig::isDeleted in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Returns whether the field is deleted or not.
File
- core/
lib/ Drupal/ Core/ Field/ FieldStorageDefinitionInterface.php, line 352
Class
- FieldStorageDefinitionInterface
- Defines an interface for entity field storage definitions.
Namespace
Drupal\Core\FieldCode
public function isDeleted();