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