Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
FilterUrl::process function core/modules/filter/src/Plugin/Filter/FilterUrl.php
FilterUrl::settingsForm function core/modules/filter/src/Plugin/Filter/FilterUrl.php
FilterUrl::tips function core/modules/filter/src/Plugin/Filter/FilterUrl.php
FilterUrl::unescapeComments function core/modules/filter/src/Plugin/Filter/FilterUrl.php Unescapes the contents of HTML comments.
FilterUrl::__construct function core/modules/filter/src/Plugin/Filter/FilterUrl.php
filter_formats function core/modules/filter/filter.module Retrieves a list of enabled text formats, ordered by weight.
filter_formats_reset function core/modules/filter/filter.module Resets the text format caches.
filter_get_formats_by_role function core/modules/filter/filter.module Retrieves a list of text formats that are allowed for a given role.
filter_get_roles_by_format function core/modules/filter/filter.module Retrieves a list of roles that are allowed to use a given text format.
filter_removed_post_updates function core/modules/filter/filter.post_update.php Implements hook_removed_post_updates().
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::__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

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