You are here

service commerce.entity_uuid_mapper in Commerce Core 8.2

Class

Drupal\commerce\EntityUuidMapper
8 string references to commerce.entity_uuid_mapper
EntityUuidMapperTest::setUp in tests/src/Kernel/EntityUuidMapperTest.php
OrderCustomer::create in modules/order/src/Plugin/Commerce/Condition/OrderCustomer.php
Creates an instance of the plugin.
OrderItemProduct::create in modules/product/src/Plugin/Commerce/Condition/OrderItemProduct.php
Creates an instance of the plugin.
OrderItemProductCategory::create in modules/product/src/Plugin/Commerce/Condition/OrderItemProductCategory.php
Creates an instance of the plugin.
OrderProduct::create in modules/product/src/Plugin/Commerce/Condition/OrderProduct.php
Creates an instance of the plugin.

... See full list

File

./commerce.services.yml
commerce.services.yml

View source
  1. class: Drupal\commerce\EntityUuidMapper
  2. arguments:
  3. - '@database'
  4. - '@entity_type.manager'