You are here

protected function AcsfDuplicationScrubInitializeHandler::setComplete in Acquia Cloud Site Factory Connector 8

Same name and namespace in other branches
  1. 8.2 src/Event/AcsfDuplicationScrubInitializeHandler.php \Drupal\acsf\Event\AcsfDuplicationScrubInitializeHandler::setComplete()

Sets a flag to indicate that this step has completed.

1 call to AcsfDuplicationScrubInitializeHandler::setComplete()
AcsfDuplicationScrubInitializeHandler::handle in src/Event/AcsfDuplicationScrubInitializeHandler.php
Implements AcsfEventHandler::handle().

File

src/Event/AcsfDuplicationScrubInitializeHandler.php, line 60

Class

AcsfDuplicationScrubInitializeHandler
Handles initialization operations for the scrub.

Namespace

Drupal\acsf\Event

Code

protected function setComplete() {
  \Drupal::service('acsf.variable_storage')
    ->set('acsf_site_duplication_step_initialize_complete', TRUE, 'acsf_duplication_scrub');
}