FieldStorageConfigInterface::isDeleted

public FieldStorageConfigInterface::isDeleted()

Returns whether the field is deleted or not.

Return value

bool TRUE if the field is deleted.

File

core/modules/field/src/FieldStorageConfigInterface.php, line 43

Class

FieldStorageConfigInterface
Provides an interface defining a field storage entity.

Namespace

Drupal\field

Code

1
public function isDeleted();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.