function FieldStorageConfigInterface::isDeletable
Same name in other branches
- 9 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::isDeletable()
- 8.9.x core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::isDeletable()
- 11.x core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::isDeletable()
Checks if the field storage can be deleted.
Return value
bool TRUE if the field storage can be deleted.
1 method overrides FieldStorageConfigInterface::isDeletable()
- FieldStorageConfig::isDeletable in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Checks if the field storage can be deleted.
File
-
core/
modules/ field/ src/ FieldStorageConfigInterface.php, line 43
Class
- FieldStorageConfigInterface
- Provides an interface defining a field storage entity.
Namespace
Drupal\fieldCode
public function isDeletable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.