You are here

public function CommerceAutoSkuPermissionController::__construct in Commerce AutoSKU 8.2

Constructs a new AutoEntityLabelPermissionController instance.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_manager: The entity manager.

File

src/CommerceAutoSkuPermissionController.php, line 36
Contains \Drupal\commerce_autosku\AutoEntityLabelPermissionController.

Class

CommerceAutoSkuPermissionController
Provides dynamic permissions of the commerce_autosku module.

Namespace

Drupal\commerce_autosku

Code

public function __construct(EntityTypeManagerInterface $entity_manager) {
  $this->entityManager = $entity_manager;
}