You are here

public function WebformAccessRulesManagerInterface::cachePerUser in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformAccessRulesManagerInterface.php \Drupal\webform\WebformAccessRulesManagerInterface::cachePerUser()

Determine if access rules should be cached per user.

Parameters

array $access_rules: A set of access rules.

Return value

bool TRUE if access rules should be cached per user.

1 method overrides WebformAccessRulesManagerInterface::cachePerUser()
WebformAccessRulesManager::cachePerUser in src/WebformAccessRulesManager.php
Determine if access rules should be cached per user.

File

src/WebformAccessRulesManagerInterface.php, line 117

Class

WebformAccessRulesManagerInterface
Interface of webform access rules manager.

Namespace

Drupal\webform

Code

public function cachePerUser(array $access_rules);