theme_legacy_suggestions_test.inc in Drupal 9
Same filename and directory in other branches
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.incView 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
Name | Description |
---|---|
theme_theme_suggestions_test_include | Returns HTML for a theme function include test. |