Install the Help module on new and existing sites.

This commit is contained in:
Michael Stenta 2017-10-10 17:03:45 -04:00
parent ad110ea5c6
commit 984b59d361
2 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,7 @@ dependencies[] = contextual
dependencies[] = field
dependencies[] = field_sql_storage
dependencies[] = filter
dependencies[] = help
dependencies[] = menu
dependencies[] = node
dependencies[] = path

View File

@ -619,6 +619,13 @@ function farm_update_7029(&$sandbox) {
_farm_update_enable_modules(array('field_group_easy_responsive_tabs'));
}
/**
* Enable the Drupal Help module for inline help text.
*/
function farm_update_7030(&$sandbox) {
_farm_update_enable_modules(array('help'));
}
/**
* Update helper function: enable modules.
*/