You are here

function editor_removed_post_updates in Drupal 9

Implements hook_removed_post_updates().

File

core/modules/editor/editor.post_update.php, line 11
Post update functions for Editor.

Code

function editor_removed_post_updates() {
  return [
    'editor_post_update_clear_cache_for_file_reference_filter' => '9.0.0',
  ];
}