public function AccessSchemeInterface::getAccessScheme in Workbench Access 8
Gets the access scheme for this configuration entity.
Return value
\Drupal\workbench_access\AccessControlHierarchyInterface Gets the access scheme.
1 method overrides AccessSchemeInterface::getAccessScheme()
- AccessScheme::getAccessScheme in src/
Entity/ AccessScheme.php - Gets the access scheme for this configuration entity.
File
- src/
Entity/ AccessSchemeInterface.php, line 26
Class
- AccessSchemeInterface
- Provides an interface for defining Access scheme entities.
Namespace
Drupal\workbench_access\EntityCode
public function getAccessScheme();