You are here

Functions in HubSpot 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
hubspot_admin_settings ./hubspot.admin.inc @file Provides admin settings page to adjust HubSpot API key, debugging settings, and JavaScript embedding. 1
hubspot_admin_settings_validate ./hubspot.admin.inc Validation for hubspot_admin_settings form. Ensure that the Portal ID has been entered and the debug email address provided is valid if debugging is enabled.
hubspot_block ./hubspot.module Implements hook_block() to provide a HubSpot recent leads block.
hubspot_disable ./hubspot.install Implements hook_disable() to warn of possible errors with HubSpot webforms.
hubspot_footer ./hubspot.module Implements hook_footer() to inject the HubSpot JavaScript tracking code into the page footer, just before </body>.
hubspot_get_recent ./hubspot.module Gets the most recent HubSpot leads 1
hubspot_help ./hubspot.module Implements hook_help() for the admin help page.
hubspot_insert_lead ./hubspot.module Executes the HubSpot API POST to insert a lead 1
hubspot_install ./hubspot.install Implements hook_install() to notify user of successful installation.
hubspot_mail ./hubspot.module Implements hook_mail() to send error messages to the administrator.
hubspot_menu ./hubspot.module Implements hook_menu() to get the config page listed
hubspot_oauth_disconnect ./hubspot.admin.inc 1
hubspot_oauth_refresh ./hubspot.module Refreshes Hubspot OAuth Access Token when expired. 1
hubspot_oauth_submit ./hubspot.admin.inc 1
hubspot_perm ./hubspot.module Implements hook_perm() to decide who gets access to the recent leads block
hubspot_uninstall ./hubspot.install Implements hook_uninstall() to remove our saved variables and all traces of the hubspot_url component
hubspot_webform_component_info ./hubspot.module Creates a WebForm component to contain the form's HubSpot POST URL. Implements hook_webform_component_info().
hubspot_webform_submission_insert ./hubspot.module Intercepts the WebForm submission and send it off to HubSpot. Implements hook_webform_submission_insert().
_webform_defaults_hubspot_url ./hubspot.module Provides default values for this component.
_webform_display_hubspot_url ./hubspot.module When displaying the form results to an admin, don't show the HubSpot URL.
_webform_edit_hubspot_url ./hubspot.module Implements _webform_edit_component() to adjust the HubSpot POST URL edit page.
_webform_render_hubspot_url ./hubspot.module Implements _webform_render_component(). Render this as a hidden field.

Other projects