You are here

service plugin.manager.webform.variant in Webform 6.x

Same name and namespace in other branches
  1. 8.5 webform.services.yml \plugin.manager.webform.variant

Class

Drupal\webform\Plugin\WebformVariantManager
8 string references to plugin.manager.webform.variant
Webform::getWebformVariantPluginManager in src/Entity/Webform.php
Returns the webform variant plugin manager.
WebformAdminConfigVariantsForm::create in src/Form/AdminConfig/WebformAdminConfigVariantsForm.php
Instantiates a new instance of this class.
WebformEntityVariantsForm::create in src/WebformEntityVariantsForm.php
Instantiates a new instance of this class.
WebformPluginVariantController::create in src/Controller/WebformPluginVariantController.php
Instantiates a new instance of this class.
WebformVariant::form in src/Plugin/WebformElement/WebformVariant.php
Gets the actual configuration webform array to be built.

... See full list

File

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

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