24 string references to commerce.config_updater in Commerce Core 8.2
- 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.
- commerce_log_post_update_3 in modules/
log/ commerce_log.post_update.php - Revert the Activity view to allow admin comments.
- commerce_order_post_update_1 in modules/
order/ commerce_order.post_update.php - Revert Order views to fix broken Price fields.
- commerce_order_post_update_11 in modules/
order/ commerce_order.post_update.php - Add the "admin" view mode to profiles.
- commerce_order_post_update_12 in modules/
order/ commerce_order.post_update.php - Create the default number pattern.
- commerce_order_post_update_13 in modules/
order/ commerce_order.post_update.php - Create the "billing" form mode for profiles.
- commerce_order_post_update_14 in modules/
order/ commerce_order.post_update.php - Revert the 'commerce_order_item_table' view to hide orphaned order items.
- commerce_order_post_update_3 in modules/
order/ commerce_order.post_update.php - Revert the Order and Profile entity view displays.
- commerce_order_post_update_4 in modules/
order/ commerce_order.post_update.php - Revert the Order entity view displays.
- commerce_order_post_update_5 in modules/
order/ commerce_order.post_update.php - Revert the Order entity form display.
- commerce_order_post_update_7 in modules/
order/ commerce_order.post_update.php - Revert the 'commerce_order_item_table' view - empty text added.
- commerce_product_post_update_1 in modules/
product/ commerce_product.post_update.php - Revert the Products view because of the updated permission.
- commerce_product_post_update_2 in modules/
product/ commerce_product.post_update.php - Revert the default order item form display.
- commerce_product_post_update_3 in modules/
product/ commerce_product.post_update.php - Revert the default order item form display.
- commerce_promotion_post_update_12 in modules/
promotion/ commerce_promotion.post_update.php - Import Coupons view.
- commerce_store_post_update_1 in modules/
store/ commerce_store.post_update.php - Revert the Stores view because of the updated permission.
- commerce_store_post_update_2 in modules/
store/ commerce_store.post_update.php - Revert the Stores view.
- commerce_store_post_update_3 in modules/
store/ commerce_store.post_update.php - Revert the Store entity form display.
- commerce_tax_post_update_1 in modules/
tax/ commerce_tax.post_update.php - Add the tax_number field to customer profiles.
- ConfigUpdaterTest::setUp in tests/
src/ Kernel/ ConfigUpdaterTest.php