function SandboxManagerBase::setNotApplying

Returns a closure that marks this stage as no longer being applied.

2 calls to SandboxManagerBase::setNotApplying()
SandboxManagerBase::apply in core/modules/package_manager/src/SandboxManagerBase.php
Applies staged changes to the active directory.
SandboxManagerBase::postApply in core/modules/package_manager/src/SandboxManagerBase.php
Performs post-apply tasks.

File

core/modules/package_manager/src/SandboxManagerBase.php, line 504

Class

SandboxManagerBase
Creates and manages a stage directory in which to install or update code.

Namespace

Drupal\package_manager

Code

private function setNotApplying() : void {
    $this->tempStore
        ->delete(self::TEMPSTORE_APPLY_TIME_KEY);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.