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 |
---|---|---|---|
StageBaseTest::testCommitException | function | core/ |
Tests exception handling during calls to Composer Stager commit. |
StageBaseTest::testDestroyDuringApply | function | core/ |
Tests destroying a stage while applying it. |
StageBaseTest::testFailureCollectPathsToExclude | function | core/ |
Tests that if a stage fails to get paths to exclude, throws a stage exception. |
StageBaseTest::testFailureCollectPathsToExcludeOnApply | function | core/ |
Tests that if apply fails to get paths to exclude, throws a stage exception. |
StageBaseTest::testFailureDuringComposerStagerOperations | function | core/ |
Tests when Composer Stager throws an exception during an operation. |
StageBaseTest::testFailureMarkerFileExcluded | function | core/ |
Tests that the failure marker file is excluded using a relative path. |
StageBaseTest::testFailureMarkerPreventsCreate | function | core/ |
Tests that if a stage fails to apply, another stage cannot be created. |
StageBaseTest::testGetStageDirectory | function | core/ |
@covers ::getStageDirectory |
StageBaseTest::testLoggedOnError | function | core/ |
@covers \Drupal\package_manager\StageBase::dispatch |
StageBaseTest::testMetadata | function | core/ |
@covers ::getMetadata @covers ::setMetadata |
StageBaseTest::testNoFailureFileOnSuccess | function | core/ |
Tests that the failure marker file doesn't exist if apply succeeds. |
StageBaseTest::testStageDirectoryDeletedDuringCron | function | core/ |
Tests that destroyed stage directories are actually deleted during cron. |
StageBaseTest::testStageDirectoryExists | function | core/ |
@covers ::stageDirectoryExists |
StageBaseTest::testStoreDestroyInfo | function | core/ |
Tests exceptions thrown because of previously destroyed stage. |
StageBaseTest::testTempStoreMessageExpired | function | core/ |
Tests exception message once temp store message has expired. |
StageBaseTest::testTimeouts | function | core/ |
Tests that Composer Stager is invoked with a long timeout. |
StageBaseTest::testTypeMustBeExplicitlyOverridden | function | core/ |
@covers ::getType |
StageBaseTest::testUncreatedGetStageDirectory | function | core/ |
@covers ::getStageDirectory |
StageBaseTest::testUninstallModuleDuringApply | function | core/ |
Test uninstalling any module while the staged changes are being applied. |
StageBaseTest::testValidateRequirements | function | core/ |
@covers ::validateRequirements |
StagedDatabaseUpdateValidator | class | core/ |
Allows tests to dictate which extensions have staged database updates. |
StagedDatabaseUpdateValidator.php | file | core/ |
|
StagedDatabaseUpdateValidator::$state | property | core/ |
The state service. |
StagedDatabaseUpdateValidator::hasStagedUpdates | function | core/ |
|
StagedDatabaseUpdateValidator::setExtensionsWithUpdates | function | core/ |
Sets the names of the extensions which should have staged database updates. |
StagedDatabaseUpdateValidator::setState | function | core/ |
Sets the state service dependency. |
StagedDBUpdateValidator | class | core/ |
Flags a warning if there are database updates in a staged update. |
StagedDBUpdateValidator.php | file | core/ |
|
StagedDBUpdateValidator::checkForStagedDatabaseUpdates | function | core/ |
Checks that the staged update does not have changes to its install files. |
StagedDBUpdateValidator::getExtensionsWithDatabaseUpdates | function | core/ |
Gets extensions that have database updates in the stage directory. |
StagedDBUpdateValidator::getSubscribedEvents | function | core/ |
|
StagedDBUpdateValidator::getUpdateFunctions | function | core/ |
Returns a list of all update functions for a module. |
StagedDBUpdateValidator::hasStagedUpdates | function | core/ |
Determines if a staged extension has changed update functions. |
StagedDBUpdateValidator::tokensMatchFunctionNamePattern | function | core/ |
Determines if a set of tokens contain a function name matching a pattern. |
StagedDBUpdateValidator::__construct | function | core/ |
|
StagedDBUpdateValidatorTest | class | core/ |
@covers \Drupal\package_manager\Validator\StagedDBUpdateValidator @group package_manager @internal |
StagedDBUpdateValidatorTest.php | file | core/ |
|
StagedDBUpdateValidatorTest::providerStagedDatabaseUpdate | function | core/ |
Data provider for ::testStagedDatabaseUpdates(). |
StagedDBUpdateValidatorTest::setUp | function | core/ |
|
StagedDBUpdateValidatorTest::testStagedDatabaseUpdate | function | core/ |
Tests validation of staged database updates. |
StagedDBUpdateValidatorTest::testUnclaimedStage | function | core/ |
Tests that the validator disregards unclaimed stages. |
StageEvent | class | core/ |
Base class for all events related to the life cycle of the stage. |
StageEvent.php | file | core/ |
|
StageEvent::__construct | function | core/ |
Constructs a StageEvent object. |
StageEventException | class | core/ |
Exception thrown if an error related to an event occurs. |
StageEventException.php | file | core/ |
|
StageEventException::getResultsAsText | function | core/ |
Formats the validation results, if any, as plain text. |
StageEventException::__construct | function | core/ |
Constructs a StageEventException object. |
StageEventsTest | class | core/ |
Tests that the stage fires events during its lifecycle. |
StageEventsTest.php | file | core/ |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.