You are here

function acquia_lift_profiles_thumbnail_set_style_field 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_thumbnail_set_style_field()

Set the default field for a given node.

1 call to acquia_lift_profiles_thumbnail_set_style_field()
acquia_lift_profiles_entity_settings_form_submit in acquia_lift_profiles/acquia_lift_profiles.admin.inc
Submit handler for acquia_lift_profiles content type settings.

File

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

Code

function acquia_lift_profiles_thumbnail_set_style_field($entity_type, $bundle_name, $field) {
  variable_set('acquia_lift_profiles_thumbnail_style_field_' . $entity_type . '_' . $bundle_name, $field);
}