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
AcceptHeaderMatcher::filter function core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php Filters the route collection against a request.
AcceptHeaderMatcherTest::acceptFilterProvider function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Provides data for the Accept header filtering test.
AcceptHeaderMatcherTest::testAcceptFiltering function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Tests that requests using Accept headers get filtered correctly.
ActiveLinkResponseFilter class core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php Subscribes to filter HTML responses, to set attributes on active links.
ActiveLinkResponseFilter.php file core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php
ActiveLinkResponseFilter::$currentPath property core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php The current path.
ActiveLinkResponseFilter::$currentUser property core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php The current user.
ActiveLinkResponseFilter::$languageManager property core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php The language manager.
ActiveLinkResponseFilter::$pathMatcher property core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php The path matcher.
ActiveLinkResponseFilter::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php
ActiveLinkResponseFilter::onResponse function core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php Sets the 'is-active' class on links.
ActiveLinkResponseFilter::setLinkActiveClass function core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php Sets the "is-active" class and aria-current attribute on relevant links.
ActiveLinkResponseFilter::__construct function core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php Constructs a new ActiveLinkResponseFilter instance.
ActiveLinkResponseFilterTest class core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php @coversDefaultClass \Drupal\Core\EventSubscriber\ActiveLinkResponseFilter
@group EventSubscriber
ActiveLinkResponseFilterTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php
ActiveLinkResponseFilterTest::providerTestSetLinkActiveClass function core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php Provides test data for testSetLinkActiveClass().
ActiveLinkResponseFilterTest::testOnlyHtml function core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php Tests ActiveLinkResponseFilter only affects HTML responses.
ActiveLinkResponseFilterTest::testSetLinkActiveClass function core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php Tests setLinkActiveClass().
ActiveLinkResponseFilterTest::testSkipCertainResponseTypes function core/tests/Drupal/Tests/Core/EventSubscriber/ActiveLinkResponseFilterTest.php Tests certain response types ignored by the ActiveLinkResponseFilter.
AdminUiTest::testFilterCheckboxesToggleSettings function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php Test that filter settings are only visible when the filter is enabled.
AdminUiTest::testUnavailableFiltersHiddenWhenSwitching function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php CKEditor 5's filter UI modifications should not break it for other editors.
AuthenticationManager::applyFilter function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Checks whether a provider is allowed on the given request.
AuthenticationManager::defaultFilter function core/lib/Drupal/Core/Authentication/AuthenticationManager.php Default implementation of the provider filter.
AuthenticationManagerTest::providerTestDefaultFilter function core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php Provides data to self::testDefaultFilter().
AuthenticationManagerTest::testApplyFilterWithFilterProvider function core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php @covers ::applyFilter
AuthenticationManagerTest::testDefaultFilter function core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php @covers ::defaultFilter
@covers ::applyFilter
AuthenticationProviderFilterInterface interface core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php Restrict authentication methods to a subset of the site.
AuthenticationProviderFilterInterface.php file core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php
AuthenticationProviderFilterInterface::appliesToRoutedRequest function core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php Checks whether the authentication method is allowed on a given route.
AuthenticationSubscriber::$filter property core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Authentication provider filter.
AuthenticationSubscriber::onKernelRequestFilterProvider function core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php Denies access if authentication provider is not allowed on this route.
BasicTest::testSimpleFiltering function core/modules/views/tests/src/Kernel/BasicTest.php Tests filtering of the result set.
BigPipe::filterEmbeddedResponse function core/modules/big_pipe/src/Render/BigPipe.php Filters the given embedded response, using the cumulative AJAX page state.
BigPipe::filterResponse function core/modules/big_pipe/src/Render/BigPipe.php Filters the given response.
BlockContent::getFilters function core/modules/block_content/src/Plugin/views/wizard/BlockContent.php Gets the filters property.
BlockContentFieldFilterTest class core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php Tests block_content field filters with translations.
BlockContentFieldFilterTest.php file core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php
BlockContentFieldFilterTest::$blockContentInfos property core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php List of block_content infos by language.
BlockContentFieldFilterTest::$defaultTheme property core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php The theme to install as the default for testing.
BlockContentFieldFilterTest::$modules property core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php Modules to enable.
BlockContentFieldFilterTest::$testViews property core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php Views used by this test.
BlockContentFieldFilterTest::assertPageCounts function core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php Asserts that the given block_content translation counts are correct.
BlockContentFieldFilterTest::setUp function core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php Sets up the test.
BlockContentFieldFilterTest::testFilters function core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php Tests body and info filters.
BlockContentTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/BlockContentTest.php
BlockExposedFilterAJAXTest class core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php Tests the exposed filter ajax functionality in a block.
BlockExposedFilterAJAXTest.php file core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php
BlockExposedFilterAJAXTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php The theme to install as the default for testing.
BlockExposedFilterAJAXTest::$modules property core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php Modules to enable.
BlockExposedFilterAJAXTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php

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