Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. 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.
finish_response_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\FinishResponseSubscriber
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
Fixed::defineOptions function core/modules/views/src/Plugin/views/argument_default/Fixed.php
Fixed::getArgument function core/modules/views/src/Plugin/views/argument_default/Fixed.php
Fixed::getCacheContexts function core/modules/views/src/Plugin/views/argument_default/Fixed.php
Fixed::getCacheMaxAge function core/modules/views/src/Plugin/views/argument_default/Fixed.php
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.
Fixtures::drupalCoreComposerFixture function core/tests/Drupal/Tests/Composer/Generator/Fixtures.php Generate a suitable DrupalCoreComposer fixture for testing.
Fixtures::getComposer function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets the Composer object.
Fixtures::getLocationReplacements function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets an Interpolator with 'web-root' and 'package-name' set.
Fixtures::getOutput function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets the output from the io() fixture.
Fixtures::io function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets an IO fixture.
Fixtures::mkTmpDir function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Creates a temporary directory.
Fixtures::persistentPrefix function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Generates a persistent prefix to use with all of our temporary directories.
Fixtures::projectFixtureDir function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets the path to one particular project fixture.
Fixtures::projectRoot function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets the path to Scaffold component.
Fixtures::replaceOp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Creates a ReplaceOp fixture.
Fixtures::runComposer function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Runs a `composer` command.
Fixtures::runScaffold function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Runs the scaffold operation.

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