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
filter_test.info.yml file core/modules/filter/tests/filter_test/filter_test.info.yml core/modules/filter/tests/filter_test/filter_test.info.yml
filter_test.routing.yml file core/modules/filter/tests/filter_test/filter_test.routing.yml core/modules/filter/tests/filter_test/filter_test.routing.yml
filter_test.schema.yml file core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml
filter_test_plugin.info.yml file core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml core/modules/filter/tests/filter_test_plugin/filter_test_plugin.info.yml
FinalExceptionSubscriber class core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php Last-chance handler for exceptions: the final exception subscriber.
FinalExceptionSubscriber.php file core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php
FinalExceptionSubscriber::$configFactory property core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php The config factory.
FinalExceptionSubscriber::$errorLevel property core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php One of the error level constants defined in bootstrap.inc.
FinalExceptionSubscriber::getErrorLevel function core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php Gets the configured error level.
FinalExceptionSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php
FinalExceptionSubscriber::isErrorDisplayable function core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php Wrapper for error_displayable().
FinalExceptionSubscriber::isErrorLevelVerbose function core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php Checks whether the error level is verbose or not.
FinalExceptionSubscriber::on4xx function core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php Handles all 4xx errors that aren't caught in other exception subscribers.
FinalExceptionSubscriber::onException function core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php Handles exceptions for this subscriber.
FinalExceptionSubscriber::simplifyFileInError function core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php Attempts to reduce error verbosity in the error message's file path.
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::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.

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