You are here

protected property BillingScheduleAccessControlHandler::$viewLabelOperation in Commerce Recurring Framework 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

src/BillingScheduleAccessControlHandler.php, line 22

Class

BillingScheduleAccessControlHandler
Controls access for the Billing Schedule entity type.

Namespace

Drupal\commerce_recurring

Code

protected $viewLabelOperation = TRUE;