function responsive_image_removed_post_updates

Same name and namespace in other branches
  1. 10 core/modules/responsive_image/responsive_image.post_update.php \responsive_image_removed_post_updates()
  2. 9 core/modules/responsive_image/responsive_image.post_update.php \responsive_image_removed_post_updates()

Implements hook_removed_post_updates().

File

core/modules/responsive_image/responsive_image.post_update.php, line 11

Code

function responsive_image_removed_post_updates() : array {
  return [
    'responsive_image_post_update_recreate_dependencies' => '9.0.0',
    'responsive_image_post_update_order_multiplier_numerically' => '11.0.0',
    'responsive_image_post_update_image_loading_attribute' => '11.0.0',
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.