function ckeditor5_removed_post_updates
Same name in other branches
- 10 core/modules/ckeditor5/ckeditor5.post_update.php \ckeditor5_removed_post_updates()
Implements hook_removed_post_updates().
1 call to ckeditor5_removed_post_updates()
- ckeditor5-3222756.php in core/
modules/ ckeditor5/ tests/ fixtures/ update/ ckeditor5-3222756.php - Test fixture.
1 string reference to 'ckeditor5_removed_post_updates'
- ckeditor5-3222756.php in core/
modules/ ckeditor5/ tests/ fixtures/ update/ ckeditor5-3222756.php - Test fixture.
File
-
core/
modules/ ckeditor5/ ckeditor5.post_update.php, line 13
Code
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',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.