You are here

protected property BundleEntityStorage::$accessHandler in Lightning Core 8.2

Same name and namespace in other branches
  1. 8.5 src/BundleEntityStorage.php \Drupal\lightning_core\BundleEntityStorage::accessHandler
  2. 8 src/BundleEntityStorage.php \Drupal\lightning_core\BundleEntityStorage::accessHandler
  3. 8.3 src/BundleEntityStorage.php \Drupal\lightning_core\BundleEntityStorage::accessHandler
  4. 8.4 src/BundleEntityStorage.php \Drupal\lightning_core\BundleEntityStorage::accessHandler

The access control handler.

Type: \Drupal\Core\Entity\EntityAccessControlHandlerInterface

File

src/BundleEntityStorage.php, line 20

Class

BundleEntityStorage
A storage handler for entity types that are bundles of other entity types.

Namespace

Drupal\lightning_core

Code

protected $accessHandler;