You are here

service workbench_access.role_section_storage in Workbench Access 8

Class

Drupal\workbench_access\RoleSectionStorage
13 string references to workbench_access.role_section_storage
AccessByRoleFormTest::doFormTests in tests/src/Functional/AccessByRoleFormTest.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.
AssignUserForm::create in src/Form/AssignUserForm.php
Instantiates a new instance of this class.
DeleteRoleTest::testRoleDelete in tests/src/Functional/DeleteRoleTest.php
Tests that deleting a role clears their data from storage.
FlushTest::testSectionFlush in tests/src/Kernel/FlushTest.php
Tests sections are flushed when a scheme is deleted.

... See full list

File

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

View source
  1. class: Drupal\workbench_access\RoleSectionStorage
  2. arguments:
  3. - '@state'
  4. - '@entity_type.manager'