You are here

function features_template_strongarm_info in Features Items Template 7

1 string reference to 'features_template_strongarm_info'
strongarm.inc in plugins/strongarm.inc

File

plugins/strongarm.inc, line 8

Code

function features_template_strongarm_info(&$info, $datum) {
  $key = features_template_strongarm_key($datum);
  if (!isset($info['features']['variable']) || !in_array($key, $info['features']['variable'])) {
    $info['features']['variable'][] = $key;
  }
}