function responsive_image_removed_post_updates

Implements hook_removed_post_updates().

1 call to responsive_image_removed_post_updates()
responsive_image.php in core/modules/responsive_image/tests/fixtures/update/responsive_image.php
Test fixture.

File

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

Code

function responsive_image_removed_post_updates() {
  return [
    'responsive_image_post_update_recreate_dependencies' => '9.0.0',
  ];
}

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