You are here

private property DevelEntityDefinitionUpdateManager::$entityFieldManager in Devel Entity Updates 8

Same name and namespace in other branches
  1. 8.2 src/DevelEntityDefinitionUpdateManager.php \Drupal\devel_entity_updates\DevelEntityDefinitionUpdateManager::entityFieldManager
  2. 3.x src/DevelEntityDefinitionUpdateManager.php \Drupal\devel_entity_updates\DevelEntityDefinitionUpdateManager::entityFieldManager
  3. 3.0.x src/DevelEntityDefinitionUpdateManager.php \Drupal\devel_entity_updates\DevelEntityDefinitionUpdateManager::entityFieldManager

The entity field manager service.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

src/DevelEntityDefinitionUpdateManager.php, line 54

Class

DevelEntityDefinitionUpdateManager
Development version of the entity definition update manager.

Namespace

Drupal\devel_entity_updates

Code

private $entityFieldManager;