You are here

protected property OrgAccessControlHandler::$viewLabelOperation in RedHen CRM 8

Allows to grant access to just the labels.

By default, the "view label" operation falls back to "view". Set this to TRUE to allow returning different access when just listing entity labels.

Type: bool

Overrides EntityAccessControlHandler::$viewLabelOperation

File

modules/redhen_org/src/OrgAccessControlHandler.php, line 20

Class

OrgAccessControlHandler
Access controller for the Org entity.

Namespace

Drupal\redhen_org

Code

protected $viewLabelOperation = TRUE;