protected property AcsfDuplicationScrubEntityHandler::$moduleHandler in Acquia Cloud Site Factory Connector 8.2
Same name and namespace in other branches
- 8 src/Event/AcsfDuplicationScrubEntityHandler.php \Drupal\acsf\Event\AcsfDuplicationScrubEntityHandler::moduleHandler
The module handler.
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\Extension\ModuleHandlerInterface
File
- src/
Event/ AcsfDuplicationScrubEntityHandler.php, line 40
Class
- AcsfDuplicationScrubEntityHandler
- Handles the scrubbing of Drupal entities.
Namespace
Drupal\acsf\EventCode
protected $moduleHandler;