function hubspot_uninstall in HubSpot 8
Same name and namespace in other branches
- 6.2 hubspot.install \hubspot_uninstall()
- 6 hubspot.install \hubspot_uninstall()
- 7.3 hubspot.install \hubspot_uninstall()
- 7 hubspot.install \hubspot_uninstall()
- 7.2 hubspot.install \hubspot_uninstall()
- 3.x hubspot.install \hubspot_uninstall()
Implements hook_uninstall().
File
- ./
hubspot.install, line 26 - Installation file for hubspot.
Code
function hubspot_uninstall() {
\Drupal::configFactory()
->getEditable('hubspot.settings')
->delete();
}