You are here

public function AccessControlHierarchyInterface::load in Workbench Access 8

Loads a hierarchy definition for a single item in the tree.

Parameters

string $id: The identifier for the item, such as a term id.

Return value

\Drupal\workbench_access\AccessControlHierarchyInterface A plugin implementation.

1 method overrides AccessControlHierarchyInterface::load()
AccessControlHierarchyBase::load in src/AccessControlHierarchyBase.php
Loads a hierarchy definition for a single item in the tree.

File

src/AccessControlHierarchyInterface.php, line 85

Class

AccessControlHierarchyInterface
Defines a base hierarchy class that others may extend.

Namespace

Drupal\workbench_access

Code

public function load($id);