FieldStorageConfigInterface::isDeletable

public FieldStorageConfigInterface::isDeletable()

Checks if the field storage can be deleted.

Return value

bool TRUE if the field storage can be deleted.

File

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

Class

FieldStorageConfigInterface
Provides an interface defining a field storage entity.

Namespace

Drupal\field

Code

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

Please login to continue.