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
StringFilter::buildExposeForm function core/modules/views/src/Plugin/views/filter/StringFilter.php Options form subform for exposed filter options.
StringFilter::create function core/modules/views/src/Plugin/views/filter/StringFilter.php Creates an instance of the plugin.
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
StringFilter::opContainsWord function core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::opEmpty function core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::opEndsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php
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
StringFilter::opLongerThan function core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::opNotEndsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php
StringFilter::opNotLike function core/modules/views/src/Plugin/views/filter/StringFilter.php
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
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
StringFilter::opStartsWith function core/modules/views/src/Plugin/views/filter/StringFilter.php
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.
TaxonomyIndexTidUiTest::testExposedFilter function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests exposed taxonomy filters.
TaxonomyIndexTidUiTest::testExposedGroupedFilter function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests exposed grouped taxonomy filters.
TaxonomyIndexTidUiTest::testExposedUnpublishedFilterOptions function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests that an exposed taxonomy filter doesn't show unpublished terms.
TaxonomyIndexTidUiTest::testFilterGrouping function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests using the TaxonomyIndexTid in a filter group.
TaxonomyIndexTidUiTest::testFilterUI function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php Tests the filter UI.
TaxonomyTermArgumentDepthTest::testTermWithDepthFilter function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermArgumentDepthTest.php Tests the terms with depth filter.

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