Initial Drupal 11 with DDEV setup
This commit is contained in:
15
web/core/modules/serialization/serialization.post_update.php
Normal file
15
web/core/modules/serialization/serialization.post_update.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Post update functions for Serialization module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_removed_post_updates().
|
||||
*/
|
||||
function serialization_removed_post_updates(): array {
|
||||
return [
|
||||
'serialization_post_update_delete_settings' => '10.0.0',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user