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
FilterKernelTest::testCaptionFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the caption filter.
FilterKernelTest::testHtmlCorrectorFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the HTML corrector filter.
FilterKernelTest::testHtmlEscapeFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the HTML escaping filter.
FilterKernelTest::testHtmlFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests filter settings, defaults, access restrictions and similar.
FilterKernelTest::testLineBreakFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the line break filter.
FilterKernelTest::testLineBreakFilterTwigDebug function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests that the line break filter does not apply to twig debug.
FilterKernelTest::testNoFollowFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the spam deterrent.
FilterKernelTest::testUrlFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the URL filter.
FilterKernelTest::testUrlFilterContent function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests URL filter on longer content.
FilterLanguageTest class core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php Tests the filter language handler.
FilterLanguageTest.php file core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php
FilterLanguageTest::$testViews property core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php Views used by this test.
FilterLanguageTest::testFilter function core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php Tests the language filter.
FilterNodeAccessTest class core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php Tests the node_access filter handler.
FilterNodeAccessTest.php file core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php
FilterNodeAccessTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php
FilterNodeAccessTest::$modules property core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php
FilterNodeAccessTest::$testViews property core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php Views used by this test.
FilterNodeAccessTest::$users property core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php An array of users.
FilterNodeAccessTest::setUp function core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php
FilterNodeAccessTest::testFilterNodeAccess function core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php Tests the node access filter.
FilterNoFormatTest class core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php Tests the behavior of check_markup() when it is called without text format.
FilterNoFormatTest.php file core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php
FilterNoFormatTest::$modules property core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php
FilterNoFormatTest::testCheckMarkupNoFormat function core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php Tests text without format.
FilterNull class core/modules/filter/src/Plugin/Filter/FilterNull.php Provides a fallback placeholder filter to use for missing filters.
FilterNull.php file core/modules/filter/src/Plugin/Filter/FilterNull.php
FilterNull::$logged property core/modules/filter/src/Plugin/Filter/FilterNull.php Tracks if an alert about this filter has been logged.
FilterNull::getHTMLRestrictions function core/modules/filter/src/Plugin/Filter/FilterNull.php
FilterNull::process function core/modules/filter/src/Plugin/Filter/FilterNull.php
FilterNull::tips function core/modules/filter/src/Plugin/Filter/FilterNull.php
FilterNull::__construct function core/modules/filter/src/Plugin/Filter/FilterNull.php
FilterNumericTest class core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests the numeric filter handler.
FilterNumericTest.php file core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::$columnMap property core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Map column names.
FilterNumericTest::$modules property core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Views used by this test.
FilterNumericTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Returns predefined grouped filter configurations for 'age'.
FilterNumericTest::providerTestFilterNumericBetween function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Provides data for self::testFilterNumericBetween().
FilterNumericTest::testAllowEmpty function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests whether empty filters are allowed for specific fields.
FilterNumericTest::testFilterNumericBetween function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests the between operator.
FilterNumericTest::testFilterNumericEmpty function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests filtering records based on empty and non-empty values.
FilterNumericTest::testFilterNumericExposedGroupedBetween function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests filtering records using a ranged condition on a numeric field.
FilterNumericTest::testFilterNumericExposedGroupedEmpty function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests filtering exposed grouped records based on empty values.
FilterNumericTest::testFilterNumericExposedGroupedNotBetween function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests filtering records outside a specified numeric range.
FilterNumericTest::testFilterNumericExposedGroupedNotEmpty function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests filtering exposed grouped records based on non-empty values.
FilterNumericTest::testFilterNumericExposedGroupedNotRegularExpression function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests the numeric filter with grouped exposed filters.
FilterNumericTest::testFilterNumericExposedGroupedRegularExpression function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests the "numeric" filter with grouped exposed filters.
FilterNumericTest::testFilterNumericExposedGroupedSimple function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests filtering using exposed grouped filters.
FilterNumericTest::testFilterNumericNotRegularExpression function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests the numeric filter with negated 'regular_expression' operator.

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