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 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
FinishResponseSubscriber::$requestPolicy property core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php A policy rule determining the cacheability of a request.
FinishResponseSubscriber::$responsePolicy property core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php A policy rule determining the cacheability of the response.
FinishResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Registers the methods in this class that should be listeners.
FinishResponseSubscriber::isCacheControlCustomized function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Determine whether the given response has a custom Cache-Control header.
FinishResponseSubscriber::onAllResponds function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Sets extra headers on any responses, also subrequest ones.
FinishResponseSubscriber::onRespond function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Sets extra headers on successful responses.
FinishResponseSubscriber::setCacheControlNoCache function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Disable caching in the browser and for HTTP/1.1 proxies and clients.
FinishResponseSubscriber::setExpiresNoCache function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Disable caching in ancient browsers and for HTTP/1.0 proxies and clients.
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 @coversDefaultClass \Drupal\Core\EventSubscriber\FinishResponseSubscriber[[api-linebreak]]
@group EventSubscriber
FinishResponseSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php
FinishResponseSubscriberTest::$cacheContextsManager property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock cache contexts manager.
FinishResponseSubscriberTest::$kernel property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock Kernel.
FinishResponseSubscriberTest::$languageManager property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock language manager.
FinishResponseSubscriberTest::$requestPolicy property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock request policy.
FinishResponseSubscriberTest::$responsePolicy property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock response policy.
FinishResponseSubscriberTest::$time property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock 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
fix-revision-id-update.php file core/modules/views/tests/fixtures/update/fix-revision-id-update.php Test fixture.
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 class for use by DrupalStandardsListenerDeprecationTest.
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.
Fixtures class core/tests/Drupal/Tests/Composer/Generator/Fixtures.php Convenience class for creating fixtures.
Fixtures class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Convenience class for creating fixtures.
Fixtures.php file core/tests/Drupal/Tests/Composer/Generator/Fixtures.php
Fixtures.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php
Fixtures::$composer property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php The composer object.
Fixtures::$io property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php A Composer IOInterface to write to.
Fixtures::$randomPrefix property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Keep a persistent prefix to help group our tmp directories together.
Fixtures::$tmpDirs property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Directories to delete when we are done.
Fixtures::allFixturesDir function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets the path to the project fixtures.
Fixtures::appendOp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Creates an AppendOp fixture.
Fixtures::binFixtureDir function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets the path to one particular bin path.
Fixtures::cloneFixtureProjects function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Creates a temporary copy of all of the fixtures projects into a temp dir.
Fixtures::composerJson function core/tests/Drupal/Tests/Composer/Generator/Fixtures.php Data for a composer.json fixture.
Fixtures::composerLock function core/tests/Drupal/Tests/Composer/Generator/Fixtures.php Data for a composer.lock fixture.
Fixtures::createIsolatedComposerCacheDir function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Create an isolated cache directory for Composer.
Fixtures::destinationPath function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets a destination path in a tmp dir.

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