You are here

public function PriceListRepository::__construct in Commerce Pricelist 8.2

Constructs a new PriceListRepository.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

src/PriceListRepository.php, line 40

Class

PriceListRepository

Namespace

Drupal\commerce_pricelist

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}