You are here

public function FieldStorageConfigInterface::isDeleted in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::isDeleted()

Returns whether the field is deleted or not.

Return value

bool TRUE if the field is deleted.

1 method overrides FieldStorageConfigInterface::isDeleted()
FieldStorageConfig::isDeleted in core/modules/field/src/Entity/FieldStorageConfig.php
Returns whether the field is deleted or not.

File

core/modules/field/src/FieldStorageConfigInterface.php, line 48
Contains \Drupal\field\FieldStorageConfigInterface.

Class

FieldStorageConfigInterface
Provides an interface defining a field storage entity.

Namespace

Drupal\field

Code

public function isDeleted();