Same name and namespace in other branches
  1. 8.9.x core/modules/views/views.services.yml \plugin.manager.views.filter
  2. 9 core/modules/views/views.services.yml \plugin.manager.views.filter

Class

Drupal\views\Plugin\ViewsHandlerManager
4 string references to plugin.manager.views.filter
CacheTest::testTimeResultCachingWithFilter in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests result caching with filters.
FilterInOperatorTest::testFilterOptionAsMarkup in core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
Tests that the InOperator filter can handle TranslatableMarkup.
FilterTest::testFilterQuery in core/modules/views/tests/src/Functional/Plugin/FilterTest.php
Tests query of the row plugin.
ModuleTest::testViewsGetHandler in core/modules/views/tests/src/Kernel/ModuleTest.php
Tests the ViewsHandlerManager::getHandler() method.

File

core/modules/views/views.services.yml
core/modules/views/views.services.yml

View source
  1. class: Drupal\views\Plugin\ViewsHandlerManager
  2. arguments:
  3. - filter
  4. - '@container.namespaces'
  5. - '@views.views_data'
  6. - '@cache.discovery'
  7. - '@module_handler'