You are here

public function FieldConfigInterface::isDeleted in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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.

1 method overrides FieldConfigInterface::isDeleted()
FieldConfig::isDeleted in core/modules/field/src/Entity/FieldConfig.php
Gets the deleted flag of the field.

File

core/modules/field/src/FieldConfigInterface.php, line 24
Contains \Drupal\field\FieldConfigInterface.

Class

FieldConfigInterface
Provides an interface defining a field entity.

Namespace

Drupal\field

Code

public function isDeleted();