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