You are here

editor.post_update.php in Drupal 10

Post update functions for Editor.

File

core/modules/editor/editor.post_update.php
View source
<?php

/**
 * @file
 * Post update functions for Editor.
 */

/**
 * Implements hook_removed_post_updates().
 */
function editor_removed_post_updates() {
  return [
    'editor_post_update_clear_cache_for_file_reference_filter' => '9.0.0',
  ];
}

Functions