You are here

service webform.request in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.services.yml \webform.request

Class

Drupal\webform\WebformRequest
33 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.

... See full list

File

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

View source
  1. class: Drupal\webform\WebformRequest
  2. arguments:
  3. - '@router.route_provider'
  4. - '@request_stack'
  5. - '@router.admin_context'
  6. - '@current_route_match'
  7. - '@entity_type.manager'
  8. - '@entity_type.repository'
  9. - '@webform.entity_reference_manager'
  10. - '@plugin.manager.webform.source_entity'