You are here

service plugin.manager.webform.source_entity in Webform 6.x

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

Class

Drupal\webform\Plugin\WebformSourceEntityManager
2 string references to plugin.manager.webform.source_entity
WebformEntityAccessControlHandler::createInstance in src/WebformEntityAccessControlHandler.php
Instantiates a new instance of this entity handler.
WebformEntityAccessControlHandlerTest::testCheckAccess in tests/src/Unit/WebformEntityAccessControlHandlerTest.php
Tests the access logic.

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'