You are here

public function NodeTypeAccessService::__construct in Nodetype access 8

NodetypeAccessService constructor.

Parameters

\Drupal\Core\Entity\EntityTypeBundleInfoInterface $entityTypeBundleInfo:

File

src/NodeTypeAccessService.php, line 24

Class

NodeTypeAccessService

Namespace

Drupal\nodetype_access

Code

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