You are here

function configuration_in_activestore in Configuration Management 7

File

./configuration.admin.inc, line 1079

Code

function configuration_in_activestore($component, $identifier) {

  // $function = $component ."_configuration_export_options";
  //   if (function_exists($function)) {
  //     $data = $function();
  //     dpm($data);
  //     // // Export the field we just saved and evaluate the export to $fields
  //     // $activestore = call_user_func_array($component . '_configuration_export_render', array('configuration', array($data)));
  //     // dpm($activestore);
  //   }
  return TRUE;
}