public function AccessControlHierarchyInterface::resetTree in Workbench Access 8
Resets the internal cache of the tree.
This code is not currently used by the module. It is provided as a convenience for developers since $tree is a protected property.
1 method overrides AccessControlHierarchyInterface::resetTree()
- AccessControlHierarchyBase::resetTree in src/
AccessControlHierarchyBase.php - Resets the internal cache of the tree.
File
- src/
AccessControlHierarchyInterface.php, line 74
Class
- AccessControlHierarchyInterface
- Defines a base hierarchy class that others may extend.
Namespace
Drupal\workbench_accessCode
public function resetTree();