Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
FinishResponseSubscriberTest::testDebugCacheTagAndCacheContextsHeadersLength function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php Tests that long tags and contexts headers are split into multiple lines.
FinishResponseSubscriberTest::testDebugHeaders function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php Finish subscriber outputs tags, context, max-age if debug is on.
FinishResponseSubscriberTest::testDefaultHeaders function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php Finish subscriber should set some default header values.
FinishResponseSubscriberTest::testExistingHeaders function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php Finish subscriber should not overwrite existing header values.
finish_response_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\FinishResponseSubscriber
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 Gets an identifier for the target implementation.
FirstOrLast::__construct function core/lib/Drupal/Core/Hook/OrderOperation/FirstOrLast.php Constructor.
Fixed class core/modules/views/src/Plugin/views/argument_default/Fixed.php The fixed argument default handler.
Fixed.php file core/modules/views/src/Plugin/views/argument_default/Fixed.php
Fixed::buildOptionsForm function core/modules/views/src/Plugin/views/argument_default/Fixed.php Provide the default form for setting options.
Fixed::defineOptions function core/modules/views/src/Plugin/views/argument_default/Fixed.php Retrieve the options when this is a new access control plugin.
Fixed::getArgument function core/modules/views/src/Plugin/views/argument_default/Fixed.php Return the default argument.
Fixed::getCacheContexts function core/modules/views/src/Plugin/views/argument_default/Fixed.php The cache contexts associated with this object.
Fixed::getCacheMaxAge function core/modules/views/src/Plugin/views/argument_default/Fixed.php The maximum age for which this object may be cached.
FixtureDeprecatedClass class core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php Fixture for Drupal\FunctionalTests\Core\Container\ServiceDeprecationTest.
FixtureDeprecatedClass.php file core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php
FixtureDeprecatedClass::testFunction function core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php Returns a known value.
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.

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