You are here

public function EntityPermissionProviderBase::__construct in Entity API 8

Constructs a new EntityPermissionProvider object.

Parameters

\Drupal\Core\Entity\EntityTypeBundleInfoInterface $entity_type_bundle_info: The entity type bundle info.

File

src/EntityPermissionProviderBase.php, line 33

Class

EntityPermissionProviderBase
@internal

Namespace

Drupal\entity

Code

public function __construct(EntityTypeBundleInfoInterface $entity_type_bundle_info) {
  $this->entityTypeBundleInfo = $entity_type_bundle_info;
}