Search for filter

  1. Search 7.x for filter
  2. Search 9.5.x for filter
  3. Search 8.9.x for filter
  4. Search 10.3.x for filter
  5. Search 11.x for filter
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Filter class core/modules/jsonapi/src/Query/Filter.php Gathers information about the filter parameter.
Filter class core/modules/filter/src/Attribute/Filter.php Defines a filter attribute for plugin discovery.
Filter class core/modules/filter/src/Annotation/Filter.php Defines a filter annotation object.

All search results

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
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
FilterUrl::settingsForm function core/modules/filter/src/Plugin/Filter/FilterUrl.php
FilterUrl::tips function core/modules/filter/src/Plugin/Filter/FilterUrl.php
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
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
FundamentalCompatibilityConstraintValidator::checkNoMarkupFilters function core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php Checks no TYPE_MARKUP_LANGUAGE filters are present.
FundamentalCompatibilityConstraintValidator::findHtmlRestrictorFilterNotAllowingTags function core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php Analyzes a text format to find the filter not allowing required tags.
FundamentalCompatibilityConstraintValidator::getFiltersInFormatOfType function core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php Gets the filters of the given type in this text format.
GroupedExposedFilterTest class core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php Tests the grouped exposed filter admin UI.
GroupedExposedFilterTest.php file core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
GroupedExposedFilterTest::$account property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php The account.
GroupedExposedFilterTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
GroupedExposedFilterTest::$modules property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
GroupedExposedFilterTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php Views used by this test.
GroupedExposedFilterTest::setUp function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
GroupedExposedFilterTest::testGroupedFilterValuesUI function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php Tests if the right fields are shown and the right values set.

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