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
NodeFieldFilterTest.php file core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php
NodeFieldFilterTest::$defaultTheme property core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php The theme to install as the default for testing.
NodeFieldFilterTest::$modules property core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php Modules to install.
NodeFieldFilterTest::$nodeTitles property core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php List of node titles by language.
NodeFieldFilterTest::$testViews property core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php Views used by this test.
NodeFieldFilterTest::assertPageCounts function core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php Asserts that the given node translation counts are correct.
NodeFieldFilterTest::setUp function core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php Sets up the test.
NodeFieldFilterTest::testFilters function core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php Tests body and title filters.
NodeRevision::defaultDisplayFiltersUser function core/modules/node/src/Plugin/views/wizard/NodeRevision.php Retrieves filter information based on user input for the default display.
NodeTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/NodeTest.php
NumericFilter class core/modules/views/src/Plugin/views/filter/NumericFilter.php Simple filter to handle greater than/less than filters.
NumericFilter.php file core/modules/views/src/Plugin/views/filter/NumericFilter.php
NumericFilter::$alwaysMultiple property core/modules/views/src/Plugin/views/filter/NumericFilter.php Disable the possibility to force a single value.
NumericFilter::acceptExposedInput function core/modules/views/src/Plugin/views/filter/NumericFilter.php Do some minor translation of the exposed input.
NumericFilter::adminSummary function core/modules/views/src/Plugin/views/filter/NumericFilter.php Display the filter on the administrative summary.
NumericFilter::buildExposeForm function core/modules/views/src/Plugin/views/filter/NumericFilter.php Options form subform for exposed filter options.
NumericFilter::defaultExposeOptions function core/modules/views/src/Plugin/views/filter/NumericFilter.php Provide default options for exposed filters.
NumericFilter::defineOptions function core/modules/views/src/Plugin/views/filter/NumericFilter.php Information about options for all kinds of purposes will be held here.
NumericFilter::opBetween function core/modules/views/src/Plugin/views/filter/NumericFilter.php Filters by operator between.
NumericFilter::opEmpty function core/modules/views/src/Plugin/views/filter/NumericFilter.php
NumericFilter::operatorOptions function core/modules/views/src/Plugin/views/filter/NumericFilter.php Provide a list of all the numeric operators.
NumericFilter::operators function core/modules/views/src/Plugin/views/filter/NumericFilter.php Returns an array of operator information, keyed by operator ID.
NumericFilter::operatorValues function core/modules/views/src/Plugin/views/filter/NumericFilter.php
NumericFilter::opNotRegex function core/modules/views/src/Plugin/views/filter/NumericFilter.php Filters by a negated regular expression.
NumericFilter::opRegex function core/modules/views/src/Plugin/views/filter/NumericFilter.php Filters by a regular expression.
NumericFilter::opSimple function core/modules/views/src/Plugin/views/filter/NumericFilter.php
NumericFilter::query function core/modules/views/src/Plugin/views/filter/NumericFilter.php Add this filter to the query.
NumericFilter::valueForm function core/modules/views/src/Plugin/views/filter/NumericFilter.php Provide a simple textfield for equality.
NumericFilterTest class core/modules/views/tests/src/Unit/Plugin/views/filter/NumericFilterTest.php @coversDefaultClass \Drupal\views\Plugin\views\filter\NumericFilter
@group Views
NumericFilterTest.php file core/modules/views/tests/src/Unit/Plugin/views/filter/NumericFilterTest.php
NumericFilterTest::provideAcceptExposedInput function core/modules/views/tests/src/Unit/Plugin/views/filter/NumericFilterTest.php Data provider for testAcceptExposedInput test.
NumericFilterTest::testAcceptExposedInput function core/modules/views/tests/src/Unit/Plugin/views/filter/NumericFilterTest.php Tests the acceptExposedInput method.
olivero_preprocess_filter_caption function core/themes/olivero/olivero.theme Implements hook_preprocess_HOOK() for setting classes.
OptionsListFilterTest class core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php Tests options list filter for views.
OptionsListFilterTest.php file core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php
OptionsListFilterTest::$testViews property core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php Views used by this test.
OptionsListFilterTest::testViewsTestOptionsListFilter function core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php Tests options list field filter.
OptionsListFilterTest::testViewsTestOptionsListGroupedFilter function core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php Tests options list field filter when grouped.
PaginationAJAXTest::testDefaultFilterPagination function core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php Tests if pagination via AJAX works for the filter with default value.
PathAdminTest::testPathFiltering function core/modules/path/tests/src/Functional/PathAdminTest.php Tests the filtering aspect of the Path UI.
PathFilterForm class core/modules/path/src/Form/PathFilterForm.php Provides the path admin overview filter form.
PathFilterForm.php file core/modules/path/src/Form/PathFilterForm.php
PathFilterForm::buildForm function core/modules/path/src/Form/PathFilterForm.php Form constructor.
PathFilterForm::getFormId function core/modules/path/src/Form/PathFilterForm.php Returns a unique string identifying the form.
PathFilterForm::resetForm function core/modules/path/src/Form/PathFilterForm.php Resets the filter selections.
PathFilterForm::submitForm function core/modules/path/src/Form/PathFilterForm.php Form submission handler.
PermissionFilterTest class core/modules/user/tests/src/FunctionalJavascript/PermissionFilterTest.php Tests the JavaScript functionality of the permission filter.
PermissionFilterTest.php file core/modules/user/tests/src/FunctionalJavascript/PermissionFilterTest.php
PermissionFilterTest::$defaultTheme property core/modules/user/tests/src/FunctionalJavascript/PermissionFilterTest.php The theme to install as the default for testing.
PermissionFilterTest::$modules property core/modules/user/tests/src/FunctionalJavascript/PermissionFilterTest.php Modules to install.

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