service plugin.manager.commerce_inline_form in Commerce Core 8.2
Class
Drupal\commerce\InlineFormManager26 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.
File
View source
- class: Drupal\commerce\InlineFormManager
- arguments:
- - '@container.namespaces'
- - '@cache.discovery'
- - '@module_handler'