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. Search 11.x for filter
  6. 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/Attribute/Filter.php Defines a filter attribute for plugin discovery.
Filter class core/modules/filter/src/Annotation/Filter.php Defines a filter annotation object.

All search results

Title Object type File name Summary
FilteredPluginManagerInterface.php file core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php
FilteredPluginManagerInterface::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php Gets the plugin definitions for a given type and consumer and filters them.
FilteredPluginManagerTrait trait core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Provides a trait for plugin managers that allow filtering plugin definitions.
FilteredPluginManagerTrait.php file core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php
FilteredPluginManagerTrait::getFilteredDefinitions function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Implements \Drupal\Core\Plugin\FilteredPluginManagerInterface::getFilteredDefinitions().
FilteredPluginManagerTrait::getType function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php A string identifying the plugin type.
FilteredPluginManagerTrait::moduleHandler function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Wraps the module handler.
FilteredPluginManagerTrait::themeManager function core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php Wraps the theme manager.
FilteredPluginManagerTraitTest class core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Tests Drupal\Core\Plugin\FilteredPluginManagerTrait.
FilteredPluginManagerTraitTest.php file core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php
FilteredPluginManagerTraitTest::providerTestGetFilteredDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Provides test data for ::testGetFilteredDefinitions().
FilteredPluginManagerTraitTest::testGetFilteredDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Tests get filtered definitions.
FilterEnableForm class core/modules/filter/src/Form/FilterEnableForm.php Provides the filter format enable form.
FilterEnableForm.php file core/modules/filter/src/Form/FilterEnableForm.php
FilterEnableForm::getCancelUrl function core/modules/filter/src/Form/FilterEnableForm.php
FilterEnableForm::getConfirmText function core/modules/filter/src/Form/FilterEnableForm.php
FilterEnableForm::getDescription function core/modules/filter/src/Form/FilterEnableForm.php
FilterEnableForm::getQuestion function core/modules/filter/src/Form/FilterEnableForm.php
FilterEnableForm::submitForm function core/modules/filter/src/Form/FilterEnableForm.php
FilterEntityBundleTest class core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php Tests the generic entity bundle filter.
FilterEntityBundleTest.php file core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php
FilterEntityBundleTest::$modules property core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php
FilterEntityBundleTest::$testViews property core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php
FilterEntityBundleTest::testFilterEntity function core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php Tests the generic bundle filter.
FilterEntityReferenceTest class core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests the core Drupal\views\Plugin\views\filter\EntityReference handler.
FilterEntityReferenceTest class core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php Tests views creation wizard.
FilterEntityReferenceTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php
FilterEntityReferenceTest.php file core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php
FilterEntityReferenceTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php
FilterEntityReferenceTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php
FilterEntityReferenceTest::$modules property core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php
FilterEntityReferenceTest::$targetNodes property core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Test target nodes referenced by the entity reference.
FilterEntityReferenceTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php
FilterEntityReferenceTest::$testViews property core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php Views used by this test.
FilterEntityReferenceTest::$user1 property core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php First test user as node author.
FilterEntityReferenceTest::$user2 property core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Second test user as node author.
FilterEntityReferenceTest::setUp function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php
FilterEntityReferenceTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php
FilterEntityReferenceTest::testAddConfigEntityReferenceFieldWithDefaultSelectionHandler function core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php Tests end to end creation of a Config Entity Reference filter.
FilterEntityReferenceTest::testAddEntityReferenceFieldWithDefaultSelectionHandler function core/modules/views_ui/tests/src/FunctionalJavascript/FilterEntityReferenceTest.php Tests end to end creation of a Content Entity Reference filter.
FilterEntityReferenceTest::testViewContentDependencies function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests that content dependencies are added to the view.
FilterEntityReferenceTest::testViewEntityReferenceAsAutocomplete function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests that results are successfully filtered by the autocomplete widget.
FilterEntityReferenceTest::testViewEntityReferenceAsSelectList function core/modules/views/tests/src/Kernel/Handler/FilterEntityReferenceTest.php Tests that results are successfully filtered by the select list widget.
FilterEntityReferenceTrait trait core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php Sets up the entity types and relationships for entity reference tests.
FilterEntityReferenceTrait.php file core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php
FilterEntityReferenceTrait::$hostBundle property core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php The host content type to add the entity reference field to.
FilterEntityReferenceTrait::$hostEntities property core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php Host entities which contain the reference fields to the target entities.
FilterEntityReferenceTrait::$targetBundle property core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php The content type to be referenced by the host content type.
FilterEntityReferenceTrait::$targetEntities property core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php Entities to be used as reference targets.
FilterEntityReferenceTrait::setUpEntityTypes function core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php Sets up the entity types and relationships.

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