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 |
---|---|---|---|
StageEventsTest::$events | property | core/ |
The events that were fired, in the order they were fired. |
StageEventsTest::$stage | property | core/ |
The stage under test. |
StageEventsTest::getSubscribedEvents | function | core/ |
|
StageEventsTest::handleEvent | function | core/ |
Handles a stage life cycle event. |
StageEventsTest::providerValidationResults | function | core/ |
Data provider for testValidationResults(). |
StageEventsTest::register | function | core/ |
Registers test-specific services. |
StageEventsTest::setUp | function | core/ |
|
StageEventsTest::testAddResult | function | core/ |
Tests adding validation results to events. |
StageEventsTest::testEvents | function | core/ |
Tests that the stage fires life cycle events in a specific order. |
StageEventsTest::testExceptionIfNoErrorBeforeStopPropagation | function | core/ |
Tests exception is thrown if error is not added before stopPropagation(). |
StageEventsTest::testPackageListsAvailableToRequireEvents | function | core/ |
Tests that pre- and post-require events have access to the package lists. |
StageEventsTest::testValidationResults | function | core/ |
Tests that an exception is thrown if an event has validation results. |
StageException | class | core/ |
Base class for all exceptions related to stage operations. |
StageException.php | file | core/ |
|
StageException::__construct | function | core/ |
Constructs a StageException object. |
StageFailureMarkerException | class | core/ |
Exception thrown if a stage can't be created due to an earlier failed commit. |
StageFailureMarkerException.php | file | core/ |
|
StageFixtureManipulator | class | core/ |
A fixture manipulator service that commits changes after begin. |
StageFixtureManipulator.php | file | core/ |
|
StageFixtureManipulator::$inner | property | core/ |
The decorated service. |
StageFixtureManipulator::$state | property | core/ |
The state service. |
StageFixtureManipulator::begin | function | core/ |
|
StageFixtureManipulator::clearQueuedManipulationItems | function | core/ |
Clears all queued manipulation items. |
StageFixtureManipulator::commitChanges | function | core/ |
Commits the changes to the directory. |
StageFixtureManipulator::getQueuedManipulationItems | function | core/ |
Gets all queued manipulation items. |
StageFixtureManipulator::handleTearDown | function | core/ |
Handles test tear down to ensure all changes were committed. |
StageFixtureManipulator::queueManipulation | function | core/ |
Queues manipulation arguments to be called in ::doCommitChanges(). |
StageFixtureManipulator::STATE_KEY | constant | core/ |
The state key to use. |
StageFixtureManipulator::__construct | function | core/ |
Constructions a StageFixtureManipulator object. |
StageFixtureManipulator::__destruct | function | core/ |
Ensure that changes were committed before object is destroyed. |
StageNotInActiveValidator | class | core/ |
Validates staging root is not a subdirectory of active. |
StageNotInActiveValidator.php | file | core/ |
|
StageNotInActiveValidator::getSubscribedEvents | function | core/ |
|
StageNotInActiveValidator::validate | function | core/ |
Check if staging root is a subdirectory of active. |
StageNotInActiveValidator::__construct | function | core/ |
|
StageNotInActiveValidatorTest | class | core/ |
@coversDefaultClass \Drupal\package_manager\Validator\StageNotInActiveValidator @group package_manager @internal |
StageNotInActiveValidatorTest.php | file | core/ |
|
StageNotInActiveValidatorTest::providerTestCheckNotInActive | function | core/ |
Data provider for testCheckNotInActive(). |
StageNotInActiveValidatorTest::testCheckNotInActive | function | core/ |
@covers ::validate |
StageOwnershipException | class | core/ |
Exception thrown if a stage encounters an ownership or locking error. |
StageOwnershipException.php | file | core/ |
|
StageOwnershipTest | class | core/ |
Tests that ownership of the stage is enforced. |
StageOwnershipTest.php | file | core/ |
|
StageOwnershipTest::$modules | property | core/ |
Modules to install. |
StageOwnershipTest::assertOwnershipIsEnforced | function | core/ |
Asserts that ownership is enforced across stage directories. |
StageOwnershipTest::setUp | function | core/ |
|
StageOwnershipTest::testClaim | function | core/ |
Tests behavior of claiming a stage. |
StageOwnershipTest::testForceDestroy | function | core/ |
Tests a stage being destroyed by a user who doesn't own it. |
StageOwnershipTest::testOwnershipEnforcedWhenLoggedIn | function | core/ |
Tests only the owner of stage can perform operations. |
StageOwnershipTest::testOwnershipEnforcedWhenLoggedOut | function | core/ |
Tests only the owner of stage can perform operations, even if logged out. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.