FieldConfigInterface::isDeleted

public 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

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

Please login to continue.