You are here

ckeditor5.post_update.php in Drupal 10

Post update functions for CKEditor 5.

File

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

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

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

Functions