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
EntityFilteringThemeTest class core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Tests XSS filtering for themed output for each entity type in all themes.
EntityFilteringThemeTest.php file core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityFilteringThemeTest::$comment property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test comment.
EntityFilteringThemeTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php The theme to install as the default for testing.
EntityFilteringThemeTest::$modules property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Modules to install.
EntityFilteringThemeTest::$node property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test node.
EntityFilteringThemeTest::$term property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test taxonomy term.
EntityFilteringThemeTest::$themes property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A list of all available themes.
EntityFilteringThemeTest::$user property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A test user.
EntityFilteringThemeTest::$xssLabel property core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php A string containing markup and JS.
EntityFilteringThemeTest::setUp function core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityFilteringThemeTest::testThemedEntity function core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php Checks each themed entity for XSS filtering in available themes.
exposed-filters.css file core/profiles/demo_umami/themes/umami/css/classy/components/exposed-filters.css Visual styles for exposed filters.
exposed-filters.css file core/themes/claro/css/classy/components/exposed-filters.css Visual styles for exposed filters.
exposed-filters.css file core/themes/starterkit_theme/css/components/exposed-filters.css Visual styles for exposed filters.
ExposedFilterAJAXTest class core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php Tests the basic AJAX functionality of Views exposed forms.
ExposedFilterAJAXTest.php file core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php
ExposedFilterAJAXTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php The theme to install as the default for testing.
ExposedFilterAJAXTest::$modules property core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php Modules to install.
ExposedFilterAJAXTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php Views used by this test.
ExposedFilterAJAXTest::setUp function core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php
ExposedFilterAJAXTest::testExposedFilterErrorMessages function core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php Tests that errors messages are displayed for exposed filters via ajax.
ExposedFilterAJAXTest::testExposedFiltering function core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php Tests if exposed filtering via AJAX works for the "Content" View.
ExposedFilterAJAXTest::testExposedFilteringThemeNegotiation function core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php Tests if exposed filtering via AJAX theme negotiation works.
ExposedFilterAJAXTest::testExposedFilteringWithButtonElement function core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php Tests exposed filtering via AJAX with a button element.
ExposedFilterAJAXTest::testExposedFiltersInModal function core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php Tests if exposed filtering via AJAX works in a modal.
ExposedFormCheckboxesTest::testExposedIsAllOfFilter function core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php Tests that "is all of" filters work with checkboxes.
ExposedFormTest::testExposedFilterPagination function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the exposed form with a pager.
ExposedFormUITest::assertNoGroupedFilterErrors function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Asserts that there are no Grouped Filters errors.
ExposedFormUITest::testExposedGroupedFilter function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests the configuration of grouped exposed filters.
ExposedFormUITest::testGroupedFilterAdminUi function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests the admin interface of exposed grouped filters.
ExposedFormUITest::testGroupedFilterAdminUiErrors function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php
ExtensionDiscovery::filterByProfileDirectories function core/lib/Drupal/Core/Extension/ExtensionDiscovery.php Filters out extensions not belonging to the scanned installation profiles.
FieldApiDataTest::testEntityFieldFilter function core/modules/views/tests/src/Kernel/FieldApiDataTest.php Tests filtering entries with different translatability.
FieldFilteredMarkup class core/lib/Drupal/Core/Field/FieldFilteredMarkup.php Defines an object that passes safe strings through the Field system.
FieldFilteredMarkup.php file core/lib/Drupal/Core/Field/FieldFilteredMarkup.php
FieldFilteredMarkup::allowedTags function core/lib/Drupal/Core/Field/FieldFilteredMarkup.php Returns the allowed tag list.
FieldFilteredMarkup::create function core/lib/Drupal/Core/Field/FieldFilteredMarkup.php Overrides \Drupal\Component\Render\MarkupTrait::create().
FieldFilteredMarkup::displayAllowedTags function core/lib/Drupal/Core/Field/FieldFilteredMarkup.php Returns a human-readable list of allowed tags for display in help texts.
FieldFilteredMarkupTest class core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php @coversDefaultClass \Drupal\Core\Field\FieldFilteredMarkup
@group Field
FieldFilteredMarkupTest.php file core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php
FieldFilteredMarkupTest::providerTestCreate function core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php Provides data for testCreate().
FieldFilteredMarkupTest::testCreate function core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php @covers ::create
@dataProvider providerTestCreate
FieldFilteredMarkupTest::testDisplayAllowedTags function core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php @covers ::displayAllowedTags
FieldItemList::filterEmptyItems function core/lib/Drupal/Core/Field/FieldItemList.php Filters out empty field items and re-numbers the item deltas.
FieldItemListInterface::filterEmptyItems function core/lib/Drupal/Core/Field/FieldItemListInterface.php Filters out empty field items and re-numbers the item deltas.
FieldResolver::isMemberFilterable function core/modules/jsonapi/src/Context/FieldResolver.php Determines if the given field or member name is filterable.
FieldUITest::testBooleanFilterHandler function core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests adding a boolean field filter handler.
FileTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/FileTest.php
Filter class core/modules/jsonapi/src/Query/Filter.php Gathers information about the filter parameter.

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