You are here

public function OrgConnectionPermission::getPermissionKey in RedHen CRM 8

Get the entity key.

Return value

string String representation of entity type for the permissions form.

Overrides ConnectionPermissionBase::getPermissionKey

1 call to OrgConnectionPermission::getPermissionKey()
OrgConnectionPermission::hasRolePermissions in modules/redhen_connection/src/Plugin/ConnectionPermission/OrgConnectionPermission.php
Determine if the contact execute the operation on the subject entity.

File

modules/redhen_connection/src/Plugin/ConnectionPermission/OrgConnectionPermission.php, line 27

Class

OrgConnectionPermission
Provides permission for access to connected redhen_orgs.

Namespace

Drupal\redhen_connection\Plugin\ConnectionPermission

Code

public function getPermissionKey() {
  return 'entity';
}