public function AccessControlHierarchyInterface::getViewsJoin in Workbench Access 8
Returns information on how to join this section data to a base view table.
Parameters
string $entity_type: The base table of the view.
string $key: The primary key of the base table.
string $alias: The views alias of the base table.
Return value
array The configuration array for adding a views JOIN statement.
1 method overrides AccessControlHierarchyInterface::getViewsJoin()
- AccessControlHierarchyBase::getViewsJoin in src/
AccessControlHierarchyBase.php - Returns information on how to join this section data to a base view table.
File
- src/
AccessControlHierarchyInterface.php, line 231
Class
- AccessControlHierarchyInterface
- Defines a base hierarchy class that others may extend.
Namespace
Drupal\workbench_accessCode
public function getViewsJoin($entity_type, $key, $alias = NULL);