You are here

service commerce_pricelist.repository in Commerce Pricelist 8.2

Class

Drupal\commerce_pricelist\PriceListRepository
7 string references to commerce_pricelist.repository
PriceListRepositoryTest::testCustomerRoles in tests/src/Kernel/PriceListRepositoryTest.php
Tests roles-based loading.
PriceListRepositoryTest::testCustomers in tests/src/Kernel/PriceListRepositoryTest.php
Tests customer-based loading.
PriceListRepositoryTest::testDates in tests/src/Kernel/PriceListRepositoryTest.php
Tests dates-based loading.
PriceListRepositoryTest::testLoadItems in tests/src/Kernel/PriceListRepositoryTest.php
Tests loading price list items for the given context.
PriceListRepositoryTest::testQuantity in tests/src/Kernel/PriceListRepositoryTest.php
Tests price list item selection based on the quantity, weight and status.

... See full list

File

./commerce_pricelist.services.yml
commerce_pricelist.services.yml

View source
  1. class: Drupal\commerce_pricelist\PriceListRepository
  2. arguments:
  3. - '@entity_type.manager'