ckeditor5.post_update.php
Same filename in other branches
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() : array {
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.