function StageBase::setNotApplying

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

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

File

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

Class

StageBase
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.