You are here

protected property FieldStorageConfigStorage::$entityTypeManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/field/src/FieldStorageConfigStorage.php \Drupal\field\FieldStorageConfigStorage::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/field/src/FieldStorageConfigStorage.php, line 43

Class

FieldStorageConfigStorage
Storage handler for "field storage" configuration entities.

Namespace

Drupal\field

Code

protected $entityTypeManager;