function hubspot_install in HubSpot 6.2
Same name and namespace in other branches
- 8 hubspot.install \hubspot_install()
- 6 hubspot.install \hubspot_install()
- 7.3 hubspot.install \hubspot_install()
- 7 hubspot.install \hubspot_install()
- 7.2 hubspot.install \hubspot_install()
- 3.x hubspot.install \hubspot_install()
Implements hook_install() to notify user of successful installation.
File
- ./
hubspot.install, line 10 - Handle install/uninstall and warn users of problems with disabled Webform components.
Code
function hubspot_install() {
drupal_set_message(st('The HubSpot module has been successfully installed. Configure it in the !link.', array(
'!link' => l('HubSpot integration settings', 'admin/config/content/hubspot'),
)), 'status');
}