ckeditor5.post_update.php

Same filename and directory in other branches
  1. 9 core/modules/ckeditor5/ckeditor5.post_update.php
  2. 10 core/modules/ckeditor5/ckeditor5.post_update.php

Post update functions for CKEditor 5.

File

core/modules/ckeditor5/ckeditor5.post_update.php

View source
<?php


/**
 * @file
 * Post update functions for CKEditor 5.
 */
// cspell:ignore multiblock

/**
 * Implements hook_removed_post_updates().
 */
function ckeditor5_removed_post_updates() {
    return [
        'ckeditor5_post_update_alignment_buttons' => '10.0.0',
        'ckeditor5_post_update_image_toolbar_item' => '11.0.0',
        'ckeditor5_post_update_plugins_settings_export_order' => '11.0.0',
        'ckeditor5_post_update_code_block' => '11.0.0',
        'ckeditor5_post_update_list_multiblock' => '11.0.0',
        'ckeditor5_post_update_list_start_reversed' => '11.0.0',
    ];
}

Functions

Title Deprecated Summary
ckeditor5_removed_post_updates Implements hook_removed_post_updates().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.