Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
FirstOrLast::apply function core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php
FirstOrLast::identify function core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php
FirstOrLast::__construct function core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php Constructor.
FixtureManipulator class core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Manipulates a test fixture using Composer commands.
FixtureManipulator.php file core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
FixtureManipulator::$committed property core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Whether changes have been committed.
FixtureManipulator::$committingChanges property core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Whether changes are currently being committed.
FixtureManipulator::$dir property core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php The fixture directory.
FixtureManipulator::$manipulatorArguments property core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Arguments to manipulator functions.
FixtureManipulator::addConfig function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Modifies the project root's composer.json properties.
FixtureManipulator::addDotGitFolder function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Creates an empty .git folder after being provided a path.
FixtureManipulator::addPackage function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Adds a package.
FixtureManipulator::addProjectAtPath function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Adds a project at a path.
FixtureManipulator::addRepository function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Adds a path repository.
FixtureManipulator::clearQueuedManipulationItems function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Clears all queued manipulation items.
FixtureManipulator::commitChanges function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Commits the changes to the directory.
FixtureManipulator::createPathRepo function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Creates a path repo.
FixtureManipulator::doCommitChanges function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Commits all the changes.
FixtureManipulator::getComposerInitOptionsForPackage function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Transform the received $package into options for `composer init`.
FixtureManipulator::getQueuedManipulationItems function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Gets all queued manipulation items.
FixtureManipulator::modifyPackageConfig function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Modifies a package's composer.json properties.
FixtureManipulator::PATH_REPO_STATE_KEY constant core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
FixtureManipulator::queueManipulation function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Queues manipulation arguments to be called in ::doCommitChanges().
FixtureManipulator::removePackage function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Removes a package.
FixtureManipulator::requirePackage function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Requires a package.
FixtureManipulator::runComposerCommand function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
FixtureManipulator::setCorePackageVersion function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Modifies core packages.
FixtureManipulator::setUpRepos function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Sets up the path repos at absolute paths.
FixtureManipulator::setVersion function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Sets a package version.
FixtureManipulator::updateLock function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
FixtureManipulator::validateComposer function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Validate the fixtures still passes `composer validate`.
FixtureManipulator::__destruct function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Ensure that changes were committed before object is destroyed.
FixtureManipulatorTest class core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests Drupal\fixture_manipulator\FixtureManipulator.
FixtureManipulatorTest.php file core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php
FixtureManipulatorTest::$dir property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The root directory of the test project.
FixtureManipulatorTest::$expectedTearDownException property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The exception expected in ::tearDown() of this test.
FixtureManipulatorTest::$inspector property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The Composer inspector service.
FixtureManipulatorTest::$originalFixturePackages property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The original fixture package list at the start of the test.
FixtureManipulatorTest::setUp function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php
FixtureManipulatorTest::tearDown function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php @todo Remove the line below when https://github.com/phpstan/phpstan-phpunit/issues/187 is fixed.
@phpstan-ignore-next-line
FixtureManipulatorTest::testActiveManipulatorNoCommitError function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Test that an exception is thrown if ::commitChanges() is not called.
FixtureManipulatorTest::testAddDotGitFolder function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests add dot git folder.
FixtureManipulatorTest::testAddPackage function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests add package.
FixtureManipulatorTest::testModifyPackageConfig function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests modify package config.
FixtureManipulatorTest::testRemovePackage function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests remove package.
FixtureManipulatorTest::testStagedFixtureNotCommitted function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests that the stage manipulator throws an exception if not committed.
FixtureManipulatorTrait trait core/modules/package_manager/tests/src/Traits/FixtureManipulatorTrait.php A trait for common fixture manipulator functions.
FixtureManipulatorTrait.php file core/modules/package_manager/tests/src/Traits/FixtureManipulatorTrait.php
FixtureManipulatorTrait::getStageFixtureManipulator function core/modules/package_manager/tests/src/Traits/FixtureManipulatorTrait.php Gets the stage fixture manipulator service.
FixturesBase::getOutput function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the output from the io() fixture.

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