You are here

public function AccessControlHierarchyInterface::id in Workbench Access 8

Returns the id for a hierarchy.

This id value is used throughout the code as the section id, which is used to store information about access controls set by the module.

Return value

string Access control ID.

1 method overrides AccessControlHierarchyInterface::id()
AccessControlHierarchyBase::id in src/AccessControlHierarchyBase.php
Returns the id for a hierarchy.

File

src/AccessControlHierarchyInterface.php, line 30

Class

AccessControlHierarchyInterface
Defines a base hierarchy class that others may extend.

Namespace

Drupal\workbench_access

Code

public function id();