You are here

service plugin.manager.commerce_condition in Commerce Core 8.2

Class

Drupal\commerce\ConditionManager
6 string references to plugin.manager.commerce_condition
BuyXGetY::create in modules/promotion/src/Plugin/Commerce/PromotionOffer/BuyXGetY.php
Creates an instance of the plugin.
Conditions::processConditions in src/Element/Conditions.php
Processes the conditions form element.
ConditionsWidget::create in src/Plugin/Field/FieldWidget/ConditionsWidget.php
Creates an instance of the plugin.
OrderItemPromotionOfferBase::getConditions in modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderItemPromotionOfferBase.php
Gets the conditions.
PaymentGateway::getConditions in modules/payment/src/Entity/PaymentGateway.php
Gets the payment gateway conditions.

... See full list

File

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

View source
  1. class: Drupal\commerce\ConditionManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@entity_type.manager'
  7. - '@event_dispatcher'