You are here

function hubspot_perm in HubSpot 6.2

Same name and namespace in other branches
  1. 6 hubspot.module \hubspot_perm()

Implements hook_perm() to decide who gets access to the recent leads block

File

./hubspot.module, line 317
Sends Webform results to HubSpot's Leads API by using Webform's provided hooks.

Code

function hubspot_perm() {
  return array(
    'see recent hubspot leads',
  );
}