Search for stage

  1. Search 7.x for stage
  2. Search 9.5.x for stage
  3. Search 8.9.x for stage
  4. Search 10.3.x for stage
  5. Other projects
Title Object type File name Summary
StageBase::$lock property core/modules/package_manager/src/StageBase.php The lock info for the stage.
StageBase::$tempStore property core/modules/package_manager/src/StageBase.php The shared temp store.
StageBase::$type property core/modules/package_manager/src/StageBase.php The stage type.
StageBase::apply function core/modules/package_manager/src/StageBase.php Applies staged changes to the active directory.
StageBase::checkOwnership function core/modules/package_manager/src/StageBase.php Validates the ownership of stage directory.
StageBase::claim function core/modules/package_manager/src/StageBase.php Attempts to claim the stage.
StageBase::COMPOSER_PACKAGE_REGEX constant core/modules/package_manager/src/StageBase.php The regular expression to check if a package name is a regular package.
StageBase::COMPOSER_PLATFORM_PACKAGE_REGEX constant core/modules/package_manager/src/StageBase.php The regular expression to check if a package name is a platform package.
StageBase::computeDestroyMessage function core/modules/package_manager/src/StageBase.php Returns the specific destroy message for the ID.
StageBase::create function core/modules/package_manager/src/StageBase.php Copies the active code base into the stage directory.
StageBase::destroy function core/modules/package_manager/src/StageBase.php Deletes the stage directory.
StageBase::dispatch function core/modules/package_manager/src/StageBase.php Dispatches an event and handles any errors that it collects.
StageBase::getFailureMarkerMessage function core/modules/package_manager/src/StageBase.php Returns the failure marker message.
StageBase::getMetadata function core/modules/package_manager/src/StageBase.php Returns a specific piece of metadata associated with this stage.
StageBase::getPathsToExclude function core/modules/package_manager/src/StageBase.php Collects paths that Composer Stager should exclude.
StageBase::getStageDirectory function core/modules/package_manager/src/StageBase.php Returns the path of the directory where changes should be staged.
StageBase::getStagingRoot function core/modules/package_manager/src/StageBase.php Returns the directory where stage directories will be created.
StageBase::getType function core/modules/package_manager/src/StageBase.php Gets the stage type.
StageBase::isApplying function core/modules/package_manager/src/StageBase.php Checks if staged changes are being applied to the active directory.
StageBase::isAvailable function core/modules/package_manager/src/StageBase.php Determines if the stage directory can be created.
StageBase::markAsAvailable function core/modules/package_manager/src/StageBase.php Marks the stage as available.
StageBase::postApply function core/modules/package_manager/src/StageBase.php Performs post-apply tasks.
StageBase::require function core/modules/package_manager/src/StageBase.php Adds or updates packages in the stage directory.
StageBase::rethrowAsStageException function core/modules/package_manager/src/StageBase.php Wraps an exception in a StageException and re-throws it.
StageBase::setMetadata function core/modules/package_manager/src/StageBase.php Stores arbitrary metadata associated with this stage.
StageBase::setNotApplying function core/modules/package_manager/src/StageBase.php Returns a closure that marks this stage as no longer being applied.
StageBase::stageDirectoryExists function core/modules/package_manager/src/StageBase.php Determines if the stage directory exists.
StageBase::storeDestroyInfo function core/modules/package_manager/src/StageBase.php Stores information about the stage when it is destroyed.
StageBase::TEMPSTORE_APPLY_TIME_KEY constant core/modules/package_manager/src/StageBase.php The tempstore key under which to store the time that ::apply() was called.
StageBase::TEMPSTORE_CHANGES_APPLIED constant core/modules/package_manager/src/StageBase.php The tempstore key for whether staged operations have been applied.
StageBase::TEMPSTORE_DESTROYED_STAGES_INFO_PREFIX constant core/modules/package_manager/src/StageBase.php The tempstore key for information about previously destroyed stages.
StageBase::TEMPSTORE_LOCK_KEY constant core/modules/package_manager/src/StageBase.php The tempstore key under which to store the locking info for this stage.
StageBase::TEMPSTORE_METADATA_KEY constant core/modules/package_manager/src/StageBase.php The tempstore key under which to store arbitrary metadata for this stage.
StageBase::TEMPSTORE_STAGING_ROOT_KEY constant core/modules/package_manager/src/StageBase.php The tempstore key under which to store the path of stage root directory.
StageBase::validateRequirements function core/modules/package_manager/src/StageBase.php Validates a set of package names.
StageBase::__construct function core/modules/package_manager/src/StageBase.php
StageBaseTest class core/modules/package_manager/tests/src/Unit/StageBaseTest.php @coversDefaultClass \Drupal\package_manager\StageBase
@group package_manager
@internal
StageBaseTest class core/modules/package_manager/tests/src/Kernel/StageBaseTest.php @coversDefaultClass \Drupal\package_manager\StageBase
@covers \Drupal\package_manager\PackageManagerUninstallValidator
@group package_manager
@internal
StageBaseTest.php file core/modules/package_manager/tests/src/Unit/StageBaseTest.php
StageBaseTest.php file core/modules/package_manager/tests/src/Kernel/StageBaseTest.php
StageBaseTest::$modules property core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Modules to install.
StageBaseTest::providerCommitException function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Data provider for testCommitException().
StageBaseTest::providerDestroyDuringApply function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Data provider for testDestroyDuringApply().
StageBaseTest::providerFailureDuringComposerStagerOperations function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Data provider for ::testFailureDuringComposerStagerOperations().
StageBaseTest::providerLoggedOnError function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Data provider for testLoggedOnError().
StageBaseTest::providerStoreDestroyInfo function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Data provider for testStoreDestroyInfo().
StageBaseTest::providerValidateRequirements function core/modules/package_manager/tests/src/Unit/StageBaseTest.php Data provider for testValidateRequirements.
StageBaseTest::register function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Registers test-specific services.
StageBaseTest::testApplyAndPostApplyInSameRequest function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Tests running apply and post-apply in the same request.
StageBaseTest::testCollectPathsToExclude function core/modules/package_manager/tests/src/Kernel/StageBaseTest.php Tests that paths to exclude are collected before create and apply.

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