You are here

service webform.access_rules_manager in Webform 8.5

Same name and namespace in other branches
  1. 6.x webform.services.yml \webform.access_rules_manager

Class

Drupal\webform\WebformAccessRulesManager
12 string references to webform.access_rules_manager
hook_webform_submission_access in ./webform.api.php
Implements hook_webform_submission_access().
Webform::preCreate in src/Entity/Webform.php
Changes the values of an entity before it is created.
WebformAccessEntityRulesTest::testAccessRules in tests/src/Functional/Access/WebformAccessEntityRulesTest.php
Tests webform entity access rules.
WebformAccessGroupForm::create in modules/webform_access/src/WebformAccessGroupForm.php
Instantiates a new instance of this class.
WebformBlockCacheTest::testAuthenticatedAndRestrictedVisitIsCacheable in tests/src/Functional/WebformBlockCacheTest.php
Test that if an Webform is access restricted the page can still be cached.

... See full list

File

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

View source
  1. class: Drupal\webform\WebformAccessRulesManager
  2. arguments:
  3. - '@module_handler'