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/Annotation/Filter.php Defines a filter annotation object.
Filter class core/modules/filter/src/Attribute/Filter.php Defines a filter attribute for plugin discovery.

All search results

Title Object type File name Summary
FilterHtmlTest class core/modules/filter/tests/src/FunctionalJavascript/FilterHtmlTest.php Tests the 'filter_html' plugin javascript functionality.
FilterHtmlTest.php file core/modules/filter/tests/src/Unit/FilterHtmlTest.php
FilterHtmlTest.php file core/modules/filter/tests/src/FunctionalJavascript/FilterHtmlTest.php
FilterHtmlTest::$defaultTheme property core/modules/filter/tests/src/FunctionalJavascript/FilterHtmlTest.php The theme to install as the default for testing.
FilterHtmlTest::$filter property core/modules/filter/tests/src/Unit/FilterHtmlTest.php The filter to test.
FilterHtmlTest::$modules property core/modules/filter/tests/src/FunctionalJavascript/FilterHtmlTest.php Modules to enable.
FilterHtmlTest::providerFilterAttributes function core/modules/filter/tests/src/Unit/FilterHtmlTest.php Provides data for testFilterAttributes.
FilterHtmlTest::setUp function core/modules/filter/tests/src/Unit/FilterHtmlTest.php
FilterHtmlTest::testFilterAttributes function core/modules/filter/tests/src/Unit/FilterHtmlTest.php @covers ::filterAttributes
FilterHtmlTest::testSetConfiguration function core/modules/filter/tests/src/Unit/FilterHtmlTest.php @covers ::setConfiguration
FilterHtmlTest::testTableTags function core/modules/filter/tests/src/FunctionalJavascript/FilterHtmlTest.php Tests restricting HTML to table tags.
FilterID class core/modules/filter/src/Plugin/migrate/process/FilterID.php Determines the filter ID.
FilterID.php file core/modules/filter/src/Plugin/migrate/process/FilterID.php
FilterID::$filterManager property core/modules/filter/src/Plugin/migrate/process/FilterID.php The filter plugin manager.
FilterID::create function core/modules/filter/src/Plugin/migrate/process/FilterID.php Creates an instance of the plugin.
FilterID::getSourceFilterType function core/modules/filter/src/Plugin/migrate/process/FilterID.php Gets the Drupal 8 filter type for a Drupal 7 filter.
FilterID::transform function core/modules/filter/src/Plugin/migrate/process/FilterID.php Performs the associated process.
FilterID::__construct function core/modules/filter/src/Plugin/migrate/process/FilterID.php FilterID constructor.
FilterIdTest class core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php Unit tests of the filter_id plugin.
FilterIdTest.php file core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php
FilterIdTest::$executable property core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php The mocked MigrateExecutable.
FilterIdTest::$modules property core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php Modules to install.
FilterIdTest::provideFilters function core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php Provides filter ids for testing transformations.
FilterIdTest::setUp function core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php
FilterIdTest::testTransform function core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php Tests transformation of filter_id plugin.
FilterImageLazyLoad class core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php Provides a filter to lazy load tracked images.
FilterImageLazyLoad.php file core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php
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
@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
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/modules/filter/src/Plugin/FilterInterface.php Defines the interface for text processing filter plugins.
FilterInterface interface core/lib/Drupal/Core/Routing/FilterInterface.php A route filter service to filter down the collection of route instances.
FilterInterface.php file core/lib/Drupal/Core/Routing/FilterInterface.php

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