You are here

service commerce.config_updater in Commerce Core 8.2

Class

Drupal\commerce\Config\ConfigUpdater
24 string references to commerce.config_updater
commerce_cart_post_update_1 in modules/cart/commerce_cart.post_update.php
Revert Cart views to fix broken Price fields.
commerce_cart_post_update_2 in modules/cart/commerce_cart.post_update.php
Revert the cart block and form views.
commerce_checkout_post_update_1 in modules/checkout/commerce_checkout.post_update.php
Revert Checkout views to fix broken Price fields.
commerce_log_post_update_1 in modules/log/commerce_log.post_update.php
Revert the Activity view to make the date column sortable.
commerce_log_post_update_2 in modules/log/commerce_log.post_update.php
Revert the Activity view to change page limit and ordering.

... See full list

File

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

View source
  1. class: Drupal\commerce\Config\ConfigUpdater
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@config.storage'
  5. - '@config.factory'