You are here

protected property AbstractOptionalModule::$entityTypeManager in Thunder 8.4

Same name and namespace in other branches
  1. 8.2 src/Plugin/Thunder/OptionalModule/AbstractOptionalModule.php \Drupal\thunder\Plugin\Thunder\OptionalModule\AbstractOptionalModule::entityTypeManager
  2. 8.3 src/Plugin/Thunder/OptionalModule/AbstractOptionalModule.php \Drupal\thunder\Plugin\Thunder\OptionalModule\AbstractOptionalModule::entityTypeManager

The entity manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/Thunder/OptionalModule/AbstractOptionalModule.php, line 22

Class

AbstractOptionalModule
Class AbstractOptionalModule.

Namespace

Drupal\thunder\Plugin\Thunder\OptionalModule

Code

protected $entityTypeManager;