You are here

ckeditor.post_update.php in Drupal 10

Post update functions for CKEditor.

File

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

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

/**
 * Implements hook_removed_post_updates().
 */
function ckeditor_removed_post_updates() {
  return [
    'ckeditor_post_update_omit_settings_for_disabled_plugins' => '10.0.0',
  ];
}

Functions