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 11.x for all
  6. Other projects
Title Object type File name Summary
FinishResponseSubscriber::setResponseCacheable function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Add Cache-Control and Expires headers to a cacheable response.
FinishResponseSubscriber::setResponseNotCacheable function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Add Cache-Control and Expires headers to a response which is not cacheable.
FinishResponseSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Constructs a FinishResponseSubscriber object.
FinishResponseSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php Tests Drupal\Core\EventSubscriber\FinishResponseSubscriber.
FinishResponseSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php
FinishResponseSubscriberTest::$cacheContextsManager property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The cache contexts manager.
FinishResponseSubscriberTest::$kernel property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The Kernel.
FinishResponseSubscriberTest::$languageManager property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The language manager.
FinishResponseSubscriberTest::$requestPolicy property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The request policy.
FinishResponseSubscriberTest::$responsePolicy property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The response policy.
FinishResponseSubscriberTest::$time property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The time service.
FinishResponseSubscriberTest::setUp function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php
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().

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