You are here

service plugin.manager.webform.exporter in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.services.yml \plugin.manager.webform.exporter

Class

Drupal\webform\Plugin\WebformExporterManager
2 string references to plugin.manager.webform.exporter
WebformAdminConfigExportersForm::create in src/Form/AdminConfig/WebformAdminConfigExportersForm.php
Instantiates a new instance of this class.
WebformPluginExporterController::create in src/Controller/WebformPluginExporterController.php
Instantiates a new instance of this class.

File

./webform.services.yml
webform.services.yml

View source
  1. class: Drupal\webform\Plugin\WebformExporterManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@config.factory'