You are here

protected property EntityTestAccessControlHandler::$viewLabelOperation in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php \Drupal\entity_test\EntityTestAccessControlHandler::viewLabelOperation

Allows to grant access to just the labels.

Type: bool

Overrides EntityAccessControlHandler::$viewLabelOperation

File

core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php, line 31

Class

EntityTestAccessControlHandler
Defines the access control handler for the test entity type.

Namespace

Drupal\entity_test

Code

protected $viewLabelOperation = TRUE;