Same name and namespace in other branches
  1. 8.9.x core/modules/field/src/FieldConfigInterface.php \Drupal\field\FieldConfigInterface::isDeleted()
  2. 9 core/modules/field/src/FieldConfigInterface.php \Drupal\field\FieldConfigInterface::isDeleted()

Gets the deleted flag of the field.

Return value

bool Returns TRUE if the field is deleted.

File

core/modules/field/src/FieldConfigInterface.php, line 19

Class

FieldConfigInterface
Provides an interface defining a field entity.

Namespace

Drupal\field

Code

public function isDeleted();