function theme_theme_test_suggestions_include

Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module \theme_theme_test_suggestions_include()

Returns HTML for a theme function include test.

1 string reference to 'theme_theme_test_suggestions_include'
theme_legacy_test_theme in core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module
Implements hook_theme().
1 theme call to theme_theme_test_suggestions_include()
ThemeTestController::suggestionAlterInclude in core/modules/system/tests/modules/theme_legacy_test/src/ThemeTestController.php
Menu callback for testing includes with suggestion alter hooks.

File

core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module, line 113

Code

function theme_theme_test_suggestions_include($variables) {
    return 'Original function before altering theme suggestions.';
}

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