You are here

protected property AcsfDuplicationScrubEntityHandler::$moduleHandler in Acquia Cloud Site Factory Connector 8

Same name and namespace in other branches
  1. 8.2 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\Event

Code

protected $moduleHandler;