You are here

protected property DevelEntityUpdatesCommands::$entityDefinitionUpdateManager in Devel Entity Updates 3.x

Same name and namespace in other branches
  1. 8.2 src/Commands/DevelEntityUpdatesCommands.php \Drupal\devel_entity_updates\Commands\DevelEntityUpdatesCommands::entityDefinitionUpdateManager
  2. 8 src/Commands/DevelEntityUpdatesCommands.php \Drupal\devel_entity_updates\Commands\DevelEntityUpdatesCommands::entityDefinitionUpdateManager
  3. 3.0.x src/Commands/DevelEntityUpdatesCommands.php \Drupal\devel_entity_updates\Commands\DevelEntityUpdatesCommands::entityDefinitionUpdateManager

The entity definition update manager.

Type: \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface

File

src/Commands/DevelEntityUpdatesCommands.php, line 32

Class

DevelEntityUpdatesCommands
Drush9 commands definitions.

Namespace

Drupal\devel_entity_updates\Commands

Code

protected $entityDefinitionUpdateManager;