You are here

theme_legacy_suggestions_test.inc in Drupal 9

Include file for testing theme suggestion hooks for legacy theme functions.

File

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

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

/**
 * 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.