service webform.request in Webform 6.x
Same name and namespace in other branches
- 8.5 webform.services.yml \webform.request
Class
Drupal\webform\WebformRequest31 string references to webform.request
- template_preprocess_webform_submission_information in includes/
webform.theme.template.inc - Prepares variables for webform submission information template.
- template_preprocess_webform_submission_navigation in includes/
webform.theme.template.inc - Prepares variables for webform submission navigation templates.
- WebformDevelSubmissionApiForm::create in modules/
webform_devel/ src/ Form/ WebformDevelSubmissionApiForm.php - Instantiates a new instance of this class.
- WebformEntityController::create in src/
Controller/ WebformEntityController.php - Instantiates a new instance of this class.
- WebformEntityReferenceEntityFormatter::create in src/
Plugin/ Field/ FieldFormatter/ WebformEntityReferenceEntityFormatter.php - Creates an instance of the plugin.
File
View source
- class: Drupal\webform\WebformRequest
- arguments:
- - '@router.route_provider'
- - '@request_stack'
- - '@router.admin_context'
- - '@current_route_match'
- - '@entity_type.manager'
- - '@entity_type.repository'
- - '@webform.entity_reference_manager'
- - '@plugin.manager.webform.source_entity'