test_subsubtheme.theme

Same filename and directory in other branches
  1. 8.9.x core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme
  2. 10 core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme
  3. 11.x core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme

Add hooks for tests to use.

File

core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.theme

View source
<?php


/**
 * @file
 * Add hooks for tests to use.
 */

/**
 * Implements hook_preprocess_HOOK() for theme_test_template_test templates.
 */
function test_subsubtheme_preprocess_theme_test_template_test(&$variables) {
}

Functions

Title Deprecated Summary
test_subsubtheme_preprocess_theme_test_template_test Implements hook_preprocess_HOOK() for theme_test_template_test templates.

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