You are here

protected property FieldStorageConfigStorage::$entityManager in Zircon Profile 8

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

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/field/src/FieldStorageConfigStorage.php, line 39
Contains \Drupal\field\FieldStorageConfigStorage.

Class

FieldStorageConfigStorage
Controller class for "field storage" configuration entities.

Namespace

Drupal\field

Code

protected $entityManager;