You are here

service plugin.manager.views.wizard in Drupal 8

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

Class

Drupal\views\Plugin\ViewsPluginManager
1 string reference to plugin.manager.views.wizard
ViewAddForm::create in core/modules/views_ui/src/ViewAddForm.php
Instantiates a new instance of this 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. - wizard
  4. - '@container.namespaces'
  5. - '@cache.discovery'
  6. - '@module_handler'