Files
drupal11-ddev/web/core/modules/help/help.post_update.php
2025-10-08 11:39:17 -04:00

18 lines
360 B
PHP

<?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',
];
}