You are here

service plugin.manager.workbench_access.scheme in Workbench Access 8

Class

Drupal\workbench_access\WorkbenchAccessManager
7 string references to plugin.manager.workbench_access.scheme
AccessScheme::getPluginCollection in src/Entity/AccessScheme.php
Encapsulates the creation of the access scheme plugin collection.
AccessSchemeAddForm::create in src/Form/AccessSchemeAddForm.php
Instantiates a new instance of this class.
AssignUserForm::create in src/Form/AssignUserForm.php
Instantiates a new instance of this class.
WorkbenchAccessByRoleForm::create in src/Form/WorkbenchAccessByRoleForm.php
Instantiates a new instance of this class.
WorkbenchAccessByUserForm::create in src/Form/WorkbenchAccessByUserForm.php
Instantiates a new instance of this class.

... See full list

File

./workbench_access.services.yml
workbench_access.services.yml

View source
  1. class: Drupal\workbench_access\WorkbenchAccessManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@entity_type.manager'
  7. - '@workbench_access.user_section_storage'
  8. - '@config.factory'
  9. - '@current_user'