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\entityCode
public function __construct(EntityTypeBundleInfoInterface $entity_type_bundle_info) {
$this->entityTypeBundleInfo = $entity_type_bundle_info;
}