service plugin.manager.webform.handler in Webform 8.5
Same name and namespace in other branches
- 6.x webform.services.yml \plugin.manager.webform.handler
Class
Drupal\webform\Plugin\WebformHandlerManager10 string references to plugin.manager.webform.handler
- Webform::getWebformHandlerPluginManager in src/
Entity/ Webform.php - Returns the webform handler plugin manager.
- WebformAdminConfigHandlersForm::create in src/
Form/ AdminConfig/ WebformAdminConfigHandlersForm.php - Instantiates a new instance of this class.
- WebformEntityHandlersForm::create in src/
WebformEntityHandlersForm.php - Instantiates a new instance of this class.
- WebformHandlerAccess::checkHandlerAccess in src/
Access/ WebformHandlerAccess.php - Check whether the webform handler is enabled.
- WebformHandlerAddForm::create in src/
Form/ WebformHandlerAddForm.php - Instantiates a new instance of this class.
File
View source
- class: Drupal\webform\Plugin\WebformHandlerManager
- arguments:
- - '@container.namespaces'
- - '@cache.discovery'
- - '@module_handler'
- - '@config.factory'