You are here

function template_preprocess_webform_progress__test_cards_progress_custom in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_cards/tests/modules/webform_cards_test/webform_cards_test.module \template_preprocess_webform_progress__test_cards_progress_custom()

Prepares variables for webform 'wizard' progress templates.

File

modules/webform_cards/tests/modules/webform_cards_test/webform_cards_test.module, line 29
Support module for webform cards testing.

Code

function template_preprocess_webform_progress__test_cards_progress_custom(array &$variables) {
  template_preprocess_webform_progress($variables);
  _template_preprocess_webform_progress($variables);
}