You are here

function template_preprocess_webform_analysis in Webform 7.4

Prerender function for webform-analysis.tpl.php.

File

includes/webform.report.inc, line 1723
This file includes helper functions for creating reports for webform.module.

Code

function template_preprocess_webform_analysis(&$variables) {
  $analysis = $variables['analysis'];
  $variables['node'] = $analysis['#node'];
  $variables['component'] = $analysis['#component'];
}