function hubspot_perm in HubSpot 6
Same name and namespace in other branches
- 6.2 hubspot.module \hubspot_perm()
Implements hook_perm() to decide who gets access to the recent leads block
File
- ./
hubspot.module, line 259 - Sends Webform results to HubSpot's Leads API by using Webform's provided hooks.
Code
function hubspot_perm() {
return array(
'see recent hubspot leads',
);
}