You are here

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

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

Class

Drupal\webform\Plugin\WebformElementManager
72 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
IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…
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
IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…
RemotePostWebformHandler::create in src/Plugin/WebformHandler/RemotePostWebformHandler.php
IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…

... 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'