You are here

theme_suggestions_test.inc in Zircon Profile 8.0

Include file for testing theme suggestion hooks.

File

core/modules/system/tests/modules/theme_suggestions_test/theme_suggestions_test.inc
View source
<?php

/**
 * @file
 * Include file for testing theme suggestion hooks.
 */

/**
 * Returns HTML for a theme function include test.
 */
function theme_theme_suggestions_test_include($variables) {
  return 'Function suggested via suggestion alter hook found in include file.';
}

Functions

Namesort descending Description
theme_theme_suggestions_test_include Returns HTML for a theme function include test.