You are here

service webform.entity_reference_manager in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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.
QueryStringWebformSourceEntityTest::testGetCurrentSourceEntity in tests/src/Unit/Plugin/WebformSourceEntity/QueryStringWebformSourceEntityTest.php
Tests detection of source entity via query string.
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.

... 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'