Search for db
Title | Object type | File name | Summary |
---|---|---|---|
SandboxDirectoryValidator::validate | function | core/ |
Check if staging root is a subdirectory of active. |
SandboxDirectoryValidator::__construct | function | core/ |
|
SandboxDirectoryValidatorTest | class | core/ |
@coversDefaultClass \Drupal\package_manager\Validator\SandboxDirectoryValidator[[api-linebreak]] @group package_manager @internal |
SandboxDirectoryValidatorTest.php | file | core/ |
|
SandboxDirectoryValidatorTest::providerTestCheckNotInActive | function | core/ |
Data provider for testCheckNotInActive(). |
SandboxDirectoryValidatorTest::testCheckNotInActive | function | core/ |
@covers ::validate[[api-linebreak]] |
SandboxEvent | class | core/ |
Base class for all events related to the life cycle of the stage. |
SandboxEvent.php | file | core/ |
|
SandboxEvent::__construct | function | core/ |
Constructs a StageEvent object. |
SandboxEventException | class | core/ |
Exception thrown if an error related to an event occurs. |
SandboxEventException.php | file | core/ |
|
SandboxEventException::getResultsAsText | function | core/ |
Formats the validation results, if any, as plain text. |
SandboxEventException::__construct | function | core/ |
Constructs a StageEventException object. |
SandboxException | class | core/ |
Base class for all exceptions related to stage operations. |
SandboxException.php | file | core/ |
|
SandboxException::__construct | function | core/ |
Constructs a StageException object. |
SandboxManagerBase | class | core/ |
Creates and manages a stage directory in which to install or update code. |
SandboxManagerBase.php | file | core/ |
|
SandboxManagerBase::$lock | property | core/ |
The lock info for the stage. |
SandboxManagerBase::$tempStore | property | core/ |
The shared temp store. |
SandboxManagerBase::$type | property | core/ |
The stage type. |
SandboxManagerBase::apply | function | core/ |
Applies staged changes to the active directory. |
SandboxManagerBase::checkOwnership | function | core/ |
Validates the ownership of stage directory. |
SandboxManagerBase::claim | function | core/ |
Attempts to claim the stage. |
SandboxManagerBase::COMPOSER_PACKAGE_REGEX | constant | core/ |
The regular expression to check if a package name is a regular package. |
SandboxManagerBase::COMPOSER_PLATFORM_PACKAGE_REGEX | constant | core/ |
The regular expression to check if a package name is a platform package. |
SandboxManagerBase::computeDestroyMessage | function | core/ |
Returns the specific destroy message for the ID. |
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. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.