You are here

service plugin.manager.commerce_inline_form in Commerce Core 8.2

Class

Drupal\commerce\InlineFormManager
26 string references to plugin.manager.commerce_inline_form
BillingInformation::create in modules/checkout/src/Plugin/Commerce/CheckoutPane/BillingInformation.php
Creates an instance of the plugin.
BillingProfileWidget::create in modules/order/src/Plugin/Field/FieldWidget/BillingProfileWidget.php
Creates an instance of the plugin.
CombinationOffer::create in modules/promotion/src/Plugin/Commerce/PromotionOffer/CombinationOffer.php
Creates an instance of the plugin.
commerce_promotion_test_form_views_form_commerce_cart_form_default_alter in modules/promotion/tests/modules/commerce_promotion_test/commerce_promotion_test.module
Implements hook_form_BASE_FORM_ID_alter().
Conditions::processConditions in src/Element/Conditions.php
Processes the conditions form element.

... See full list

File

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

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