You are here

service webform.entity_reference_manager in Webform 8.5

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

Class

Drupal\webform\WebformEntityReferenceManager
31 string references to webform.entity_reference_manager
QueryStringWebformSourceEntity::create in src/Plugin/WebformSourceEntity/QueryStringWebformSourceEntity.php
Creates an instance of the plugin.
Webform::create in src/Plugin/Condition/Webform.php
Creates an instance of the plugin.
WebformAccessGroupForm::create in modules/webform_access/src/WebformAccessGroupForm.php
Instantiates a new instance of this class.
WebformEntityController::create in src/Controller/WebformEntityController.php
Instantiates a new instance of this class.
WebformNodeAccess::checkAccess in modules/webform_node/src/Access/WebformNodeAccess.php
Check whether the user can access a node's webform and/or submission.

... See full list

File

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

View source
  1. class: Drupal\webform\WebformEntityReferenceManager
  2. arguments:
  3. - '@current_route_match'
  4. - '@current_user'
  5. - '@user.data'
  6. - '@module_handler'
  7. - '@entity_type.manager'