You are here

service plugin.manager.webform.source_entity in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.services.yml \plugin.manager.webform.source_entity

Class

Drupal\webform\Plugin\WebformSourceEntityManager
1 string reference to plugin.manager.webform.source_entity
WebformEntityAccessControlHandler::createInstance in src/WebformEntityAccessControlHandler.php
Instantiates a new instance of this entity handler.

File

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

View source
  1. class: Drupal\webform\Plugin\WebformSourceEntityManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@config.factory'