Search for filter

  1. Search 7.x for filter
  2. Search 8.9.x for filter
  3. Search 10.3.x for filter
  4. Search 11.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.

All search results

Title Object type File name Summary
FilterTest.php file core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php
FilterTest.php file core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php
FilterTest::$account property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php The account.
FilterTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php The theme to install as the default for testing.
FilterTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/FilterTest.php The theme to install as the default for testing.
FilterTest::$fieldResolver property core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php
FilterTest::$modules property core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Modules to enable.
FilterTest::$modules property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php Modules to enable.
FilterTest::$modules property core/modules/views/tests/src/Functional/Plugin/FilterTest.php Modules to enable.
FilterTest::$nodeStorage property core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php A node storage instance.
FilterTest::$resourceTypeRepository property core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php The JSON:API resource type repository.
FilterTest::$testViews property core/modules/views/tests/src/Functional/Plugin/FilterTest.php Views used by this test.
FilterTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterTest.php Provide the basic form which calls through to subforms.
FilterTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterTest.php Overrides Drupal\views\Plugin\views\row\RowPluginBase::defineOptions().
FilterTest::filterVisibleElements function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php Removes any non-visible elements from the passed array.
FilterTest::getFieldResolverMock function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Provides a mock field resolver.
FilterTest::parameterProvider function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Data provider for testCreateFromQueryParameter.
FilterTest::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterTest.php Add this filter to the query.
FilterTest::queryConditionData function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Simply provides test data to keep the actual test method tidy.
FilterTest::savePaintings function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Creates painting nodes.
FilterTest::savePaintingType function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Creates a painting node type.
FilterTest::setUp function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php
FilterTest::setUp function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php
FilterTest::setUp function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Sets up the test.
FilterTest::setUpSchemas function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php Sets up the schemas.
FilterTest::testAddingFilter function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php Tests adding a filter handler.
FilterTest::testCreateFromQueryParameter function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::createFromQueryParameter
@dataProvider parameterProvider
FilterTest::testCreateFromQueryParameterNested function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::createFromQueryParameter
FilterTest::testFilterQuery function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Tests query of the row plugin.
FilterTest::testInOperatorSelectAllOptions function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Tests an exposed filter when all options are selected.
FilterTest::testInvalidFilterPathDueMissingMetaPrefixReferenceFieldWithMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
FilterTest::testInvalidFilterPathDueToElidedSoleProperty function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
FilterTest::testInvalidFilterPathDueToMissingPropertyName function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
FilterTest::testInvalidFilterPathDueToMissingPropertyNameReferenceFieldWithoutMetaProperties function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
FilterTest::testInvalidFilterPathDueToNonexistentProperty function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
FilterTest::testLimitExposedOperators function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Tests the limit of the expose operator functionality.
FilterTest::testQueryCondition function core/modules/jsonapi/tests/src/Kernel/Query/FilterTest.php @covers ::queryCondition
FilterTest::viewsData function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Returns the views data definition.
FilterTest::waitForOnlyContentRows function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php Waits for only content rows to be visible.
FilterTest::waitForVisibleElementCount function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FilterTest.php Waits for the specified number of items to be visible.
FilterTestAssets class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php Provides a test filter to attach assets.
FilterTestAssets.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php
FilterTestAssets::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestAssets.php Performs the filter processing.
FilterTestCacheContexts class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheContexts.php Provides a test filter to associate cache contexts.
FilterTestCacheContexts.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheContexts.php
FilterTestCacheContexts::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheContexts.php Performs the filter processing.
FilterTestCacheMerge class core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php Provides a test filter to merge with CacheableMetadata.
FilterTestCacheMerge.php file core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php
FilterTestCacheMerge::process function core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestCacheMerge.php Performs the filter processing.

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