Initial Drupal 11 with DDEV setup
This commit is contained in:
17
web/core/modules/help/help.post_update.php
Normal file
17
web/core/modules/help/help.post_update.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Post update functions for the Help module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_removed_post_updates().
|
||||
*/
|
||||
function help_removed_post_updates(): array {
|
||||
return [
|
||||
'help_post_update_help_topics_search' => '11.0.0',
|
||||
'help_post_update_help_topics_uninstall' => '11.0.0',
|
||||
'help_post_update_add_permissions_to_roles' => '11.0.0',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user