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
FinalExceptionSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php Constructs a new FinalExceptionSubscriber.
FinalExceptionSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php Tests Drupal\Core\EventSubscriber\FinalExceptionSubscriber.
FinalExceptionSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php
FinalExceptionSubscriberTest::testOnExceptionWithUnknownFormat function core/tests/Drupal/Tests/Core/EventSubscriber/FinalExceptionSubscriberTest.php Tests on exception with unknown format.
FinalMissingContentSubscriber class core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php Final event subscriber to the missing content event.
FinalMissingContentSubscriber.php file core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php
FinalMissingContentSubscriber::getSubscribedEvents function core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php
FinalMissingContentSubscriber::onMissingContent function core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php Handles the missing content event.
FinalTestHttpMiddlewareClass class core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php Stub of http_middleware class that is declared final.
FinalTestHttpMiddlewareClass.php file core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestHttpMiddlewareClass::handle function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestHttpMiddlewareClass::terminate function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestHttpMiddlewareClass::__construct function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestNonTerminableHttpMiddlewareClass class core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php Stub of http_middleware class that is declared final but is not terminable.
FinalTestNonTerminableHttpMiddlewareClass.php file core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FinalTestNonTerminableHttpMiddlewareClass::handle function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FinalTestNonTerminableHttpMiddlewareClass::__construct function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
Finder class core/lib/Drupal/Core/DefaultContent/Finder.php Finds all default content in a directory, in dependency order.
Finder.php file core/lib/Drupal/Core/DefaultContent/Finder.php
Finder::$data property core/lib/Drupal/Core/DefaultContent/Finder.php The content entity data to import.
Finder::__construct function core/lib/Drupal/Core/DefaultContent/Finder.php
FinderTest class core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php Tests Finder.
FinderTest.php file core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php
FinderTest::assertRelativeOrder function core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php Asserts that an item in an array comes before another item in that array.
FinderTest::testExceptionIfNoUuid function core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php Tests that files without UUIDs will raise an exception.
FinderTest::testFoundDataIsInDependencyOrder function core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php Tests that any discovered entity data is sorted into dependency order.
FinishResponseSubscriber class core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Response subscriber to handle finished responses.
FinishResponseSubscriber.php file core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php
FinishResponseSubscriber::$config property core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php A config object for the system performance configuration.
FinishResponseSubscriber::addDebugCacheHeaders function core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Adds cache metadata information as headers in 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::RESPONSE_HEADER_CACHE_ITEM_SEPARATOR constant core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Separator between cache tags and cache context in respective debug headers.
FinishResponseSubscriber::RESPONSE_HEADER_LINE_MAX_LENGTH constant core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php The character length limit for Drupal cache headers.
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 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 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

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