Search for stage

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.