You are here

service plugin.manager.views.access in Drupal 8

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

Class

Drupal\views\Plugin\ViewsPluginManager
2 string references to plugin.manager.views.access
CollectRoutesTest::setUp in core/modules/rest/tests/src/Unit/CollectRoutesTest.php
PathPluginBaseTest::setupContainer in core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php
Setup access plugin manager and config factory in the Drupal class.

File

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

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