You are here

function editor_removed_post_updates in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/editor/editor.post_update.php \editor_removed_post_updates()

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',
  ];
}