You are here

function acquia_lift_profiles_node_view 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_node_view()

Implements hook_node_view().

File

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

Code

function acquia_lift_profiles_node_view($node, $view_mode, $langcode) {
  acquia_lift_profiles_node_page_context($node, $view_mode == 'full');
}