You are here

service plugin.manager.views.filter in Drupal 8

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

Class

Drupal\views\Plugin\ViewsHandlerManager
2 string references to plugin.manager.views.filter
FilterInOperatorTest::testFilterOptionAsMarkup in core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
Tests that the InOperator filter can handle TranslateableMarkup.
views_post_update_filter_placeholder_text in core/modules/views/views.post_update.php
Add placeholder settings to string or numeric filters.

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'