You are here

service workbench_access.user_section_storage in Workbench Access 8

Class

Drupal\workbench_access\UserSectionStorage
30 string references to workbench_access.user_section_storage
AccessByUserFormTest::doFormTests in tests/src/Functional/AccessByUserFormTest.php
Test the form with the given section.
AccessCacheTest::testNodeEdit in tests/src/Functional/AccessCacheTest.php
Tests that the user can edit the node when allowed.
AccessControlHierarchyBase::create in src/AccessControlHierarchyBase.php
Creates an instance of the plugin.
AssignUserForm::create in src/Form/AssignUserForm.php
Instantiates a new instance of this class.
AssignUserFormTest::testAssignUserForm in tests/src/Functional/AssignUserFormTest.php
Tests that the AssignUserForm works correctly.

... See full list

File

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

View source
  1. class: Drupal\workbench_access\UserSectionStorage
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@current_user'
  5. - '@workbench_access.role_section_storage'