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
StageConflictTest::providerDestroyDuringApply function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Data provider for testDestroyDuringApply().
StageConflictTest::register function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Registers test-specific services.
StageConflictTest::testApplyAndPostApplyInSameRequest function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Tests running apply and post-apply in the same request.
StageConflictTest::testDestroyDuringApply function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Tests destroying a stage while applying it.
StageConflictTest::testUninstallModuleDuringApply function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Test uninstalling any module while the staged changes are being applied.
StagedDBUpdateValidatorTest class core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php @covers \Drupal\package_manager\Validator\SandboxDatabaseUpdatesValidator[[api-linebreak]]
@group package_manager
@internal
StagedDBUpdateValidatorTest.php file core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php
StagedDBUpdateValidatorTest::providerStagedDatabaseUpdate function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Data provider for ::testStagedDatabaseUpdates().
StagedDBUpdateValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php
StagedDBUpdateValidatorTest::testStagedDatabaseUpdate function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Tests validation of staged database updates.
StagedDBUpdateValidatorTest::testUnclaimedStage function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Tests that the validator disregards unclaimed stages.
StageEventsTest class core/modules/package_manager/tests/src/Kernel/StageEventsTest.php Tests that the stage fires events during its lifecycle.
StageEventsTest.php file core/modules/package_manager/tests/src/Kernel/StageEventsTest.php
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.
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.
StageLoggedOnErrorTest class core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php @coversDefaultClass \Drupal\package_manager\SandboxManagerBase[[api-linebreak]]
@covers \Drupal\package_manager\PackageManagerUninstallValidator[[api-linebreak]]
@group package_manager
@internal
StageLoggedOnErrorTest.php file core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php
StageLoggedOnErrorTest::$modules property core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php Modules to install.
StageLoggedOnErrorTest::providerLoggedOnError function core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php Data provider for testLoggedOnError().
StageLoggedOnErrorTest::register function core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php Registers test-specific services.
StageLoggedOnErrorTest::testLoggedOnError function core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php @covers \Drupal\package_manager\SandboxManagerBase::dispatch[[api-linebreak]]
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.

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