service plugin.manager.webform.element in Webform 6.x
Same name and namespace in other branches
- 8.5 webform.services.yml \plugin.manager.webform.element
Class
Drupal\webform\Plugin\WebformElementManager72 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…
File
View source
- class: Drupal\webform\Plugin\WebformElementManager
- arguments:
- - '@container.namespaces'
- - '@cache.discovery'
- - '@module_handler'
- - '@theme_handler'
- - '@config.factory'
- - '@plugin.manager.element_info'