You are here

protected property AcsfDuplicationScrubEntityHandler::$acsfVarStorage 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::acsfVarStorage

The ACSF variable storage.

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\acsf\AcsfVariableStorage

File

src/Event/AcsfDuplicationScrubEntityHandler.php, line 51

Class

AcsfDuplicationScrubEntityHandler
Handles the scrubbing of Drupal entities.

Namespace

Drupal\acsf\Event

Code

protected $acsfVarStorage;