You are here

public function FieldStorageDefinitionInterface::isDeleted in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php \Drupal\Core\Field\FieldStorageDefinitionInterface::isDeleted()
  2. 9 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.

1 method overrides FieldStorageDefinitionInterface::isDeleted()
BaseFieldDefinition::isDeleted in core/lib/Drupal/Core/Field/BaseFieldDefinition.php
Returns whether the field is deleted or not.

File

core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php, line 338

Class

FieldStorageDefinitionInterface
Defines an interface for entity field storage definitions.

Namespace

Drupal\Core\Field

Code

public function isDeleted();