You are here

protected property FieldUninstallValidator::$fieldStorageConfigStorage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/field/src/FieldUninstallValidator.php \Drupal\field\FieldUninstallValidator::fieldStorageConfigStorage
  2. 10 core/modules/field/src/FieldUninstallValidator.php \Drupal\field\FieldUninstallValidator::fieldStorageConfigStorage

The field storage config storage.

Type: \Drupal\Core\Config\Entity\ConfigEntityStorageInterface

File

core/modules/field/src/FieldUninstallValidator.php, line 23

Class

FieldUninstallValidator
Prevents uninstallation of modules providing active field storage.

Namespace

Drupal\field

Code

protected $fieldStorageConfigStorage;