service commerce.config_updater in Commerce Core 8.2
Class
Drupal\commerce\Config\ConfigUpdater24 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.
File
View source
- class: Drupal\commerce\Config\ConfigUpdater
- arguments:
- - '@entity_type.manager'
- - '@config.storage'
- - '@config.factory'