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
StandardTest::testFilterXss function core/modules/editor/tests/src/Unit/EditorXssFilter/StandardTest.php Tests the method for filtering XSS.
StreamCapturer::filter function core/tests/Drupal/Tests/StreamCapturer.php
StringFilter class core/modules/views/src/Plugin/views/filter/StringFilter.php Basic textfield filter to handle string filtering commands.
StringFilter.php file core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/StringFilter.php Exposed filter options.
StringFilter::$connection property core/modules/views/src/Plugin/views/filter/StringFilter.php The database connection.
StringFilter::adminSummary function core/modules/views/src/Plugin/views/filter/StringFilter.php Display the filter on the administrative summary.
StringFilter::buildExposeForm function core/modules/views/src/Plugin/views/filter/StringFilter.php Options form subform for exposed filter options.
StringFilter::defaultExposeOptions function core/modules/views/src/Plugin/views/filter/StringFilter.php Provide default options for exposed filters.
StringFilter::defineOptions function core/modules/views/src/Plugin/views/filter/StringFilter.php Information about options for all kinds of purposes will be held here.
StringFilter::getConditionOperator function core/modules/views/src/Plugin/views/filter/StringFilter.php Get specified condition operator mapping value.
StringFilter::opContains function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'LIKE'.
StringFilter::opContainsWord function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'contains'.
StringFilter::opEmpty function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'EMPTY'.
StringFilter::opEndsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'ends with'.
StringFilter::opEqual function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'equals'.
StringFilter::operator function core/modules/views/src/Plugin/views/filter/StringFilter.php Get the query operator.
StringFilter::operatorOptions function core/modules/views/src/Plugin/views/filter/StringFilter.php Build strings from the operators() for 'select' options.
StringFilter::operators function core/modules/views/src/Plugin/views/filter/StringFilter.php Returns an array of operator information, keyed by operator ID.
StringFilter::operatorValues function core/modules/views/src/Plugin/views/filter/StringFilter.php Gets the operators that have a given number of values.
StringFilter::opLongerThan function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'longer than'.
StringFilter::opNotEndsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'not ends with'.
StringFilter::opNotLike function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'not LIKE'.
StringFilter::opNotRegex function core/modules/views/src/Plugin/views/filter/StringFilter.php Filters by a negated regular expression.
StringFilter::opNotStartsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'not starts with'.
StringFilter::opRegex function core/modules/views/src/Plugin/views/filter/StringFilter.php Filters by a regular expression.
StringFilter::opShorterThan function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'shorter than'.
StringFilter::opStartsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php Adds a where clause for the operation, 'starts with'.
StringFilter::query function core/modules/views/src/Plugin/views/filter/StringFilter.php Add this filter to the query.
StringFilter::valueForm function core/modules/views/src/Plugin/views/filter/StringFilter.php Provide a simple textfield for equality.
StringFilter::WORDS_PATTERN constant core/modules/views/src/Plugin/views/filter/StringFilter.php All words separated by spaces or sentences encapsulated by double quotes.
StringFilter::__construct function core/modules/views/src/Plugin/views/filter/StringFilter.php Constructs a new StringFilter object.
StyleSerializerTest::testRestViewExposedFilter function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Tests the exposed filter works.
TaxonomyFieldFilterTest class core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php Tests taxonomy field filters with translations.
TaxonomyFieldFilterTest.php file core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php
TaxonomyFieldFilterTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php The theme to install as the default for testing.
TaxonomyFieldFilterTest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php Modules to install.
TaxonomyFieldFilterTest::$termNames property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php List of taxonomy term names by language.
TaxonomyFieldFilterTest::$testViews property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php Views used by this test.
TaxonomyFieldFilterTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php The vocabulary used for creating terms.
TaxonomyFieldFilterTest::assertPageCounts function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php Asserts that the given taxonomy translation counts are correct.
TaxonomyFieldFilterTest::createTermWithProperties function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php Creates a taxonomy term with specified name and other properties.
TaxonomyFieldFilterTest::setUp function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php Sets up the test.
TaxonomyFieldFilterTest::testFilters function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php Tests description and term name filters.
TaxonomyIndexTidFilterTest class core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php Test the taxonomy term index filter.
TaxonomyIndexTidFilterTest.php file core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php
TaxonomyIndexTidFilterTest::$terms property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php
TaxonomyIndexTidFilterTest::$testViews property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php Views to be enabled.
TaxonomyIndexTidFilterTest::setUp function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php
TaxonomyIndexTidFilterTest::testConfigDependency function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php Tests dependencies are not added for terms that do not exist.

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