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
FilterUninstallValidator.php file core/modules/filter/src/FilterUninstallValidator.php
FilterUninstallValidator::$filterManager property core/modules/filter/src/FilterUninstallValidator.php The filter plugin manager.
FilterUninstallValidator::$filterStorage property core/modules/filter/src/FilterUninstallValidator.php The filter entity storage.
FilterUninstallValidator::getEnabledFilterFormats function core/modules/filter/src/FilterUninstallValidator.php Returns all enabled filter formats.
FilterUninstallValidator::getFilterDefinitionsByProvider function core/modules/filter/src/FilterUninstallValidator.php Returns all filter definitions that are provided by the specified provider.
FilterUninstallValidator::validate function core/modules/filter/src/FilterUninstallValidator.php Determines the reasons a module can not be uninstalled.
FilterUninstallValidator::__construct function core/modules/filter/src/FilterUninstallValidator.php Constructs a new FilterUninstallValidator.
FilterUninstallValidatorTest class core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests Drupal\filter\FilterUninstallValidator.
FilterUninstallValidatorTest.php file core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
FilterUninstallValidatorTest::$filterUninstallValidator property core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php The filter uninstall validator.
FilterUninstallValidatorTest::setUp function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php
FilterUninstallValidatorTest::testValidateNoFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no formats.
FilterUninstallValidatorTest::testValidateNoMatchingFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no matching formats.
FilterUninstallValidatorTest::testValidateNoPlugins function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no plugins.
FilterUrl class core/modules/filter/src/Plugin/Filter/FilterUrl.php Provides a filter to convert URLs into links.
FilterUrl.php file core/modules/filter/src/Plugin/Filter/FilterUrl.php
FilterUrl::$filterProtocols property core/modules/filter/src/Plugin/Filter/FilterUrl.php The list of protocols that are allowed in URLs.
FilterUrl::$htmlComments property core/modules/filter/src/Plugin/Filter/FilterUrl.php Temporary storage for HTML comments.
FilterUrl::escapeComments function core/modules/filter/src/Plugin/Filter/FilterUrl.php Escapes the contents of HTML comments.
FilterUrl::parseEmailLinks function core/modules/filter/src/Plugin/Filter/FilterUrl.php Makes links out of email addresses.
FilterUrl::parseFullLinks function core/modules/filter/src/Plugin/Filter/FilterUrl.php Makes links out of absolute URLs.
FilterUrl::parsePartialLinks function core/modules/filter/src/Plugin/Filter/FilterUrl.php Makes links out of domain names starting with "www.".
FilterUrl::process function core/modules/filter/src/Plugin/Filter/FilterUrl.php Performs the filter processing.
FilterUrl::settingsForm function core/modules/filter/src/Plugin/Filter/FilterUrl.php Generates a filter's settings form.
FilterUrl::tips function core/modules/filter/src/Plugin/Filter/FilterUrl.php Generates a filter's tip.
FilterUrl::trimUrl function core/modules/filter/src/Plugin/Filter/FilterUrl.php Shortens a long URL to a given length ending with an ellipsis.
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 Constructs a \Drupal\Component\Plugin\PluginBase object.
filter_default_format function core/modules/filter/filter.module Returns the ID of the default text format for a particular user.
filter_fallback_format function core/modules/filter/filter.module Returns the ID of the fallback text format that all users have access to.
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.

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