You are here

function swiftmailer_test_preprocess_swiftmailer__swiftmailer_test__test_2 in Swift Mailer 8.2

Same name and namespace in other branches
  1. 8 tests/modules/swiftmailer_test/swiftmailer_test.module \swiftmailer_test_preprocess_swiftmailer__swiftmailer_test__test_2()

Implements template_preprocess_swiftmailer().

File

tests/modules/swiftmailer_test/swiftmailer_test.module, line 22

Code

function swiftmailer_test_preprocess_swiftmailer__swiftmailer_test__test_2(&$variables, $hook) {
  $variables['variable_from_preprocess'] = 'variable_from_preprocess';
}