You are here

public function FieldStorageConfigInterface::isDeletable in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 56
Contains \Drupal\field\FieldStorageConfigInterface.

Class

FieldStorageConfigInterface
Provides an interface defining a field storage entity.

Namespace

Drupal\field

Code

public function isDeletable();