You are here

service plugin.manager.webform.element in Webform 8.5

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

Class

Drupal\webform\Plugin\WebformElementManager
75 string references to plugin.manager.webform.element
captcha_webform_submission_form_alter in third_party_settings/webform.captcha.inc
Implements hook_webform_submission_form_alter().
EmailWebformHandler::create in src/Plugin/WebformHandler/EmailWebformHandler.php
Creates an instance of the plugin.
EntityAutocomplete::validateEntityAutocomplete in src/Plugin/WebformElement/EntityAutocomplete.php
Form API callback. Remove target id property and create an array of entity ids.
OptionsLimitWebformHandler::create in modules/webform_options_limit/src/Plugin/WebformHandler/OptionsLimitWebformHandler.php
Creates an instance of the plugin.
RemotePostWebformHandler::create in src/Plugin/WebformHandler/RemotePostWebformHandler.php
Creates an instance of the plugin.

... See full list

File

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

View source
  1. class: Drupal\webform\Plugin\WebformElementManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@theme_handler'
  7. - '@config.factory'
  8. - '@plugin.manager.element_info'