You are here

function acquia_lift_profiles_action_subscriber 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_action_subscriber()

Server-side action subscriber.

1 string reference to 'acquia_lift_profiles_action_subscriber'
acquia_lift_profiles_visitor_action_subscribe in acquia_lift_profiles/acquia_lift_profiles.module
Implements hook_visitor_action_subscribe().

File

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

Code

function acquia_lift_profiles_action_subscriber($name, $context) {
  drupal_alter('acquia_lift_profiles_action_context', $context, $name);
  acquia_lift_profiles_set_server_side_action($name, $context);
}