Search for db
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
@coversDefaultClass \Drupal\package_manager\SandboxManagerBase[[api-linebreak]] @group package_manager @internal |
SandboxManagerBaseTest | class | core/ |
@coversDefaultClass \Drupal\package_manager\SandboxManagerBase[[api-linebreak]] @group package_manager @group #slow @internal |
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(). |
SandboxManagerBaseTest::providerValidateRequirements | function | core/ |
Data provider for testValidateRequirements. |
SandboxManagerBaseTest::register | function | core/ |
Registers test-specific services. |
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/ |
@covers ::getSandboxDirectory[[api-linebreak]] |
SandboxManagerBaseTest::testMetadata | function | core/ |
@covers ::getMetadata[[api-linebreak]] @covers ::setMetadata[[api-linebreak]] |
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/ |
@covers ::sandboxDirectoryExists[[api-linebreak]] |
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. |
SandboxManagerBaseTest::testTimeouts | function | core/ |
Tests that Composer Stager is invoked with a long timeout. |
SandboxManagerBaseTest::testTypeMustBeExplicitlyOverridden | function | core/ |
@covers ::getType[[api-linebreak]] |
SandboxManagerBaseTest::testUncreatedGetSandboxDirectory | function | core/ |
@covers ::getSandboxDirectory[[api-linebreak]] |
SandboxManagerBaseTest::testValidateRequirements | function | core/ |
@covers ::validateRequirements[[api-linebreak]] |
SandboxOwnershipException | class | core/ |
Exception thrown if a stage encounters an ownership or locking error. |
SandboxOwnershipException.php | file | core/ |
|
SandboxValidationEvent | class | core/ |
Base class for events dispatched before a stage life cycle operation. |
SandboxValidationEvent.php | file | core/ |
|
SandboxValidationEvent::$results | property | core/ |
The validation results. |
SandboxValidationEvent::addError | function | core/ |
Convenience method to flag a validation error. |
SandboxValidationEvent::addErrorFromThrowable | function | core/ |
Convenience method, adds an error validation result from a throwable. |
SandboxValidationEvent::addResult | function | core/ |
Adds a validation result to the event. |
SandboxValidationEvent::getResults | function | core/ |
Gets the validation results. |
SandboxValidationEvent::stopPropagation | function | core/ |
|
SaveUploadFormTest::$maxFidBefore | property | core/ |
The largest file id when the test starts. |
SaveUploadTest::$maxFidBefore | property | core/ |
The largest file id when the test starts. |
SectionListTrait::addBlankSection | function | core/ |
Adds a blank section to the list. |
SectionListTraitTest::testAddBlankSection | function | core/ |
@covers ::addBlankSection[[api-linebreak]] |
SectionStorageManager::findByContext | function | core/ |
Finds the section storage to load based on available contexts. |
SectionStorageManagerInterface::findByContext | function | core/ |
Finds the section storage to load based on available contexts. |
SectionStorageManagerTest::providerTestFindByContext | function | core/ |
Provides test data for ::testFindByContext(). |
SectionStorageManagerTest::testFindByContext | function | core/ |
@covers ::findByContext[[api-linebreak]] |
SectionStorageManagerTest::testFindByContextCacheableSectionStorage | function | core/ |
@covers ::findByContext[[api-linebreak]] |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.