help.post_update.php
Same filename in other branches
Post update functions for the Help module.
File
-
core/
modules/ help/ help.post_update.php
View source
<?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',
];
}
Functions
Title | Deprecated | Summary |
---|---|---|
help_removed_post_updates | Implements hook_removed_post_updates(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.