You are here

function text_removed_post_updates in Drupal 9

Implements hook_removed_post_updates().

File

core/modules/text/text.post_update.php, line 15
Contains post update hooks for the text module.

Code

function text_removed_post_updates() {
  return [
    'text_post_update_add_required_summary_flag' => '9.0.0',
  ];
}