You are here

private property VarbaseEntityDefinitionUpdateManager::$entityTypeManager in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 8.6

Same name and namespace in other branches
  1. 8.8 src/Entity/VarbaseEntityDefinitionUpdateManager.php \Drupal\varbase\entity\VarbaseEntityDefinitionUpdateManager::entityTypeManager
  2. 8.7 src/Entity/VarbaseEntityDefinitionUpdateManager.php \Drupal\varbase\entity\VarbaseEntityDefinitionUpdateManager::entityTypeManager

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Entity/VarbaseEntityDefinitionUpdateManager.php, line 42

Class

VarbaseEntityDefinitionUpdateManager
Varbase Entity Definition Update Manager Customized class from the Devel Entity Updates module Development version of the entity definition update manager.

Namespace

Drupal\varbase\entity

Code

private $entityTypeManager;