You are here

function acquia_lift_profiles_visitor_action_subscribe in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 acquia_lift_profiles/acquia_lift_profiles.module \acquia_lift_profiles_visitor_action_subscribe()

Implements hook_visitor_action_subscribe().

File

acquia_lift_profiles/acquia_lift_profiles.module, line 590
acquia_lift_profiles.module Provides Acquia Lift Profiles integration.

Code

function acquia_lift_profiles_visitor_action_subscribe($name) {
  return array(
    'acquia_lift_profiles_action_subscriber',
  );
}