Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
route_processor_manager | service | core/ |
Drupal\Core\RouteProcessor\RouteProcessorManager |
RowTest::$entityTypeManager | property | core/ |
The entity type manager. |
RowTest::$migrationManager | property | core/ |
The migration manager. |
RssPluginBase::$entityTypeManager | property | core/ |
The entity type manager. |
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. |
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/ |
Modules to install. |
SandboxManagerBaseTest::providerFailureDuringComposerStagerOperations | function | core/ |
Data provider for ::testFailureDuringComposerStagerOperations(). |
SandboxManagerBaseTest::providerStoreDestroyInfo | function | core/ |
Data provider for testStoreDestroyInfo(). |
Pagination
- Previous page
- Page 55
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.