function test_theme_nyan_cat_engine_preprocess_theme_test_template_test

Implements hook_preprocess_theme_test_template_test().

File

core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.theme, line 11

Code

function test_theme_nyan_cat_engine_preprocess_theme_test_template_test(&$variables) {
  $variables['kittens'] = 'All of them';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.