views.plugin_managers

Same name and namespace in other branches
  1. 11.x core/modules/views/views.services.yml \views.plugin_managers

Class

Symfony\Component\DependencyInjection\ServiceLocator

Tags

  • container.service_locator
5 string references to views.plugin_managers
CollectRoutesTest::setUp in core/modules/rest/tests/src/Unit/CollectRoutesTest.php
PathPluginBaseTest::setUpMockServiceLocator in core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php
Initializes a service locator as a mock object.
Views::getPluginDefinitions in core/modules/views/src/Views.php
Gets all the views plugin definitions.
ViewsTest::testHandlerManagerDeprecation in core/modules/views/tests/src/Unit/ViewsTest.php
Tests the ::handlerManager() deprecation.
ViewsTest::testPluginManagerDeprecation in core/modules/views/tests/src/Unit/ViewsTest.php
Tests the ::pluginManager() deprecation.

File

core/modules/views/views.services.yml

View source
  1. class: Symfony\Component\DependencyInjection\ServiceLocator
  2. arguments:
  3. - { access: '@plugin.manager.views.access', area: '@plugin.manager.views.area', argument: '@plugin.manager.views.argument', argument_default: '@plugin.manager.views.argument_default', argument_validator: '@plugin.manager.views.argument_validator', cache: '@plugin.manager.views.cache', display_extender: '@plugin.manager.views.display_extender', display: '@plugin.manager.views.display', exposed_form: '@plugin.manager.views.exposed_form', field: '@plugin.manager.views.field', filter: '@plugin.manager.views.filter', join: '@plugin.manager.views.join', pager: '@plugin.manager.views.pager', query: '@plugin.manager.views.query', relationship: '@plugin.manager.views.relationship', row: '@plugin.manager.views.row', sort: '@plugin.manager.views.sort', style: '@plugin.manager.views.style', wizard: '@plugin.manager.views.wizard' }
  4. tags:
  5. - { name: container.service_locator }

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