protected property AcsfDuplicationScrubEntityHandler::$entityTypeManager in Acquia Cloud Site Factory Connector 8
Same name and namespace in other branches
- 8.2 src/Event/AcsfDuplicationScrubEntityHandler.php \Drupal\acsf\Event\AcsfDuplicationScrubEntityHandler::entityTypeManager
The entity manager.
This is not properly injected at the moment, but already having it in a variable and setting it on construction makes this easier, and makes writing child methods more compatible, for the future.
Type: \Drupal\Core\Entity\EntityTypeManagerInterface
File
- src/
Event/ AcsfDuplicationScrubEntityHandler.php, line 29
Class
- AcsfDuplicationScrubEntityHandler
- Handles the scrubbing of Drupal entities.
Namespace
Drupal\acsf\EventCode
protected $entityTypeManager;