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. Other projects
Title Object type File name Summary
FilterUninstallValidatorTest::testValidateNoMatchingFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no matching formats.
FilterUninstallValidatorTest::testValidateNoPlugins function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no plugins.
FinalExceptionSubscriber::$configFactory property core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php The config factory.
FinalExceptionSubscriberTest::testOnExceptionWithUnknownFormat function core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php Tests on exception with unknown format.
FinishResponseSubscriber::isCacheControlCustomized function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Determine whether the given response has a custom Cache-Control header.
FirstOrLast class core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php Moves one listener to the start or end of the list.
FirstOrLast.php file core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php
FirstOrLast::apply function core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php Changes the order of a list of hook implementations.
FirstOrLast::identify function core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php Returns the identifier for filtering.
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.

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