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. 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
FilterImageLazyLoad::process function core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php Performs the filter processing.
FilterImageLazyLoad::transformImages function core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php Transform markup of images to include loading="lazy".
FilterImageLazyLoadTest class core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php @coversDefaultClass \Drupal\filter\Plugin\Filter\FilterImageLazyLoad[[api-linebreak]]
@group editor
FilterImageLazyLoadTest.php file core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php
FilterImageLazyLoadTest::$filter property core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php The lazy load image filter.
FilterImageLazyLoadTest::providerHtml function core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php Provides data for testProcess.
FilterImageLazyLoadTest::setUp function core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php
FilterImageLazyLoadTest::testProcess function core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php @covers ::process[[api-linebreak]]
FilterInOperatorTest class core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests the core Drupal\views\Plugin\views\filter\InOperator handler.
FilterInOperatorTest.php file core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterInOperatorTest::$columnMap property core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Map column names.
FilterInOperatorTest::$modules property core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Modules to install.
FilterInOperatorTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Views used by this test.
FilterInOperatorTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Returns grouped exposed filter definitions for Views.
FilterInOperatorTest::testFilterGroupedChangedIdentifier function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests that we can safely change the identifier on a grouped filter.
FilterInOperatorTest::testFilterInOperatorGroupedExposedSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests filtering with grouped exposed filters using the "IN" operator.
FilterInOperatorTest::testFilterInOperatorSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests filtering using the "IN" and "NOT IN" operators on the age field.
FilterInOperatorTest::testFilterNotInOperatorGroupedExposedSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests filtering with grouped exposed filters using the "NOT IN" operator.
FilterInOperatorTest::testFilterOptionAsMarkup function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests that the InOperator filter can handle TranslatableMarkup.
FilterInOperatorTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Defines Views data for the custom entity.
FilterInterface interface core/lib/Drupal/Core/Routing/FilterInterface.php A route filter service to filter down the collection of route instances.
FilterInterface interface core/modules/filter/src/Plugin/FilterInterface.php Defines the interface for text processing filter plugins.
FilterInterface.php file core/modules/filter/src/Plugin/FilterInterface.php
FilterInterface.php file core/lib/Drupal/Core/Routing/FilterInterface.php
FilterInterface::filter function core/lib/Drupal/Core/Routing/FilterInterface.php Filters the route collection against a request.
FilterInterface::getDescription function core/modules/filter/src/Plugin/FilterInterface.php Returns the administrative description for this filter plugin.
FilterInterface::getHTMLRestrictions function core/modules/filter/src/Plugin/FilterInterface.php Returns HTML allowed by this filter's configuration.
FilterInterface::getLabel function core/modules/filter/src/Plugin/FilterInterface.php Returns the administrative label for this filter plugin.
FilterInterface::getType function core/modules/filter/src/Plugin/FilterInterface.php Returns the processing type of this filter plugin.
FilterInterface::prepare function core/modules/filter/src/Plugin/FilterInterface.php Prepares the text for processing.
FilterInterface::process function core/modules/filter/src/Plugin/FilterInterface.php Performs the filter processing.
FilterInterface::settingsForm function core/modules/filter/src/Plugin/FilterInterface.php Generates a filter's settings form.
FilterInterface::tips function core/modules/filter/src/Plugin/FilterInterface.php Generates a filter's tip.
FilterInterface::TYPE_HTML_RESTRICTOR constant core/modules/filter/src/Plugin/FilterInterface.php HTML tag and attribute restricting filters to prevent XSS attacks.
FilterInterface::TYPE_MARKUP_LANGUAGE constant core/modules/filter/src/Plugin/FilterInterface.php Non-HTML markup language filters that generate HTML.
FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE constant core/modules/filter/src/Plugin/FilterInterface.php Irreversible transformation filters.
FilterInterface::TYPE_TRANSFORM_REVERSIBLE constant core/modules/filter/src/Plugin/FilterInterface.php Reversible transformation filters.
FilterIsIncompatible class core/modules/ckeditor5/tests/modules/ckeditor5_incompatible_filter_test/src/Plugin/Filter/FilterIsIncompatible.php Provides a filter incompatible with CKEditor 5.
FilterIsIncompatible.php file core/modules/ckeditor5/tests/modules/ckeditor5_incompatible_filter_test/src/Plugin/Filter/FilterIsIncompatible.php
FilterIsIncompatible::process function core/modules/ckeditor5/tests/modules/ckeditor5_incompatible_filter_test/src/Plugin/Filter/FilterIsIncompatible.php Performs the filter processing.
FilterKernelTest class core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests Filter module filters individually.
FilterKernelTest.php file core/modules/filter/tests/src/Kernel/FilterKernelTest.php
FilterKernelTest::$filters property core/modules/filter/tests/src/Kernel/FilterKernelTest.php
FilterKernelTest::$modules property core/modules/filter/tests/src/Kernel/FilterKernelTest.php Modules to install.
FilterKernelTest::assertFilteredString function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Asserts multiple filter output expectations for multiple input strings.
FilterKernelTest::assertNoNormalized function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string.
FilterKernelTest::assertNormalized function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string.
FilterKernelTest::setUp function core/modules/filter/tests/src/Kernel/FilterKernelTest.php
FilterKernelTest::testAlignAndCaptionFilters function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the combination of the align and caption filters.
FilterKernelTest::testAlignFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the align filter.

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