FieldStorageConfig::isDeleted

public FieldStorageConfig::isDeleted()

Returns whether the field is deleted or not.

Return value

bool TRUE if the field is deleted.

Overrides FieldStorageConfigInterface::isDeleted

File

core/modules/field/src/Entity/FieldStorageConfig.php, line 515

Class

FieldStorageConfig
Defines the Field storage configuration entity.

Namespace

Drupal\field\Entity

Code

public function isDeleted() {
  return $this->deleted;
}
doc_Drupal
2016-10-29 09:12:22
Comments
Leave a Comment

Please login to continue.