Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SandboxManagerBase::create | function | core/ |
Copies the active code base into the stage directory. |
| SandboxManagerBase::destroy | function | core/ |
Deletes the stage directory. |
| SandboxManagerBase::dispatch | function | core/ |
Dispatches an event and handles any errors that it collects. |
| SandboxManagerBase::getFailureMarkerMessage | function | core/ |
Returns the failure marker message. |
| SandboxManagerBase::getMetadata | function | core/ |
Returns a specific piece of metadata associated with this stage. |
| SandboxManagerBase::getPathsToExclude | function | core/ |
Collects paths that Composer Stager should exclude. |
| SandboxManagerBase::getSandboxDirectory | function | core/ |
Returns the path of the directory where changes should be staged. |
| SandboxManagerBase::getStagingRoot | function | core/ |
Returns the directory where stage directories will be created. |
| SandboxManagerBase::getType | function | core/ |
Gets the stage type. |
| SandboxManagerBase::isApplying | function | core/ |
Checks if staged changes are being applied to the active directory. |
| SandboxManagerBase::isAvailable | function | core/ |
Determines if the stage directory can be created. |
| SandboxManagerBase::isDirectWrite | function | core/ |
Indicates whether the active directory will be changed directly. |
| SandboxManagerBase::markAsAvailable | function | core/ |
Marks the stage as available. |
| SandboxManagerBase::postApply | function | core/ |
Performs post-apply tasks. |
| SandboxManagerBase::require | function | core/ |
Adds or updates packages in the sandbox directory. |
| SandboxManagerBase::rethrowAsStageException | function | core/ |
Wraps an exception in a StageException and re-throws it. |
| SandboxManagerBase::sandboxDirectoryExists | function | core/ |
Determines if the stage directory exists. |
| SandboxManagerBase::setMetadata | function | core/ |
Stores arbitrary metadata associated with this stage. |
| SandboxManagerBase::setNotApplying | function | core/ |
Returns a closure that marks this stage as no longer being applied. |
| SandboxManagerBase::storeDestroyInfo | function | core/ |
Stores information about the stage when it is destroyed. |
| SandboxManagerBase::TEMPSTORE_APPLY_TIME_KEY | constant | core/ |
The tempstore key under which to store the time that ::apply() was called. |
| SandboxManagerBase::TEMPSTORE_CHANGES_APPLIED | constant | core/ |
The tempstore key for whether staged operations have been applied. |
| SandboxManagerBase::TEMPSTORE_DESTROYED_STAGES_INFO_PREFIX | constant | core/ |
The tempstore key for information about previously destroyed stages. |
| SandboxManagerBase::TEMPSTORE_LOCK_KEY | constant | core/ |
The tempstore key under which to store the locking info for this stage. |
| SandboxManagerBase::TEMPSTORE_METADATA_KEY | constant | core/ |
The tempstore key under which to store arbitrary metadata for this stage. |
| SandboxManagerBase::TEMPSTORE_STAGING_ROOT_KEY | constant | core/ |
The tempstore key under which to store the path of stage root directory. |
| SandboxManagerBase::validateRequirements | function | core/ |
Validates a set of package names. |
| SandboxManagerBase::__construct | function | core/ |
|
| SandboxManagerBaseTest | class | core/ |
Tests Drupal\package_manager\SandboxManagerBase. |
| SandboxManagerBaseTest | class | core/ |
Tests Drupal\package_manager\SandboxManagerBase. |
| SandboxManagerBaseTest.php | file | core/ |
|
| SandboxManagerBaseTest.php | file | core/ |
|
| SandboxManagerBaseTest::$modules | property | core/ |
|
| SandboxManagerBaseTest::providerFailureDuringComposerStagerOperations | function | core/ |
Data provider for ::testFailureDuringComposerStagerOperations(). |
| SandboxManagerBaseTest::providerStoreDestroyInfo | function | core/ |
Data provider for testStoreDestroyInfo(). |
| SandboxManagerBaseTest::providerValidateRequirements | function | core/ |
Data provider for testValidateRequirements. |
| SandboxManagerBaseTest::register | function | core/ |
|
| SandboxManagerBaseTest::testCollectPathsToExclude | function | core/ |
Tests that paths to exclude are collected before create and apply. |
| SandboxManagerBaseTest::testFailureCollectPathsToExclude | function | core/ |
Tests that if a stage fails to get paths to exclude, throws a stage exception. |
| SandboxManagerBaseTest::testFailureCollectPathsToExcludeOnApply | function | core/ |
Tests that if apply fails to get paths to exclude, throws a stage exception. |
| SandboxManagerBaseTest::testFailureDuringComposerStagerOperations | function | core/ |
Tests when Composer Stager throws an exception during an operation. |
| SandboxManagerBaseTest::testFailureMarkerFileExcluded | function | core/ |
Tests that the failure marker file is excluded using a relative path. |
| SandboxManagerBaseTest::testFailureMarkerPreventsCreate | function | core/ |
Tests that if a stage fails to apply, another stage cannot be created. |
| SandboxManagerBaseTest::testGetSandboxDirectory | function | core/ |
Tests get sandbox directory. |
| SandboxManagerBaseTest::testMetadata | function | core/ |
Tests metadata. |
| SandboxManagerBaseTest::testNoFailureFileOnSuccess | function | core/ |
Tests that the failure marker file doesn't exist if apply succeeds. |
| SandboxManagerBaseTest::testStageDirectoryDeletedDuringCron | function | core/ |
Tests that destroyed stage directories are actually deleted during cron. |
| SandboxManagerBaseTest::testStageDirectoryExists | function | core/ |
Tests stage directory exists. |
| SandboxManagerBaseTest::testStoreDestroyInfo | function | core/ |
Tests exceptions thrown because of previously destroyed stage. |
| SandboxManagerBaseTest::testTempStoreMessageExpired | function | core/ |
Tests exception message once temp store message has expired. |
Pagination
- Previous page
- Page 1408
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.