You are here

service plugin.manager.commerce_entity_trait in Commerce Core 8.2

Class

Drupal\commerce\EntityTraitManager
4 string references to plugin.manager.commerce_entity_trait
CommerceBundleEntityFormBase::create in src/Form/CommerceBundleEntityFormBase.php
Instantiates a new instance of this class.
OrderTypeForm::create in modules/order/src/Form/OrderTypeForm.php
Instantiates a new instance of this class.
ProductTypeForm::create in modules/product/src/Form/ProductTypeForm.php
Instantiates a new instance of this class.
ProductVariationTypeForm::create in modules/product/src/Form/ProductVariationTypeForm.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\commerce\EntityTraitManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@commerce.configurable_field_manager'