You are here

service plugin.manager.views.cache in Drupal 10

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

Class

Drupal\views\Plugin\ViewsPluginManager
1 string reference to plugin.manager.views.cache
ViewExecutableTest::setUp in core/modules/views/tests/src/Unit/ViewExecutableTest.php

File

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

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