You are here

function theme_legacy_test_theme_suggestions_theme_test_suggestion_provided in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module \theme_legacy_test_theme_suggestions_theme_test_suggestion_provided()

Implements hook_theme_suggestions_HOOK().

File

core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module, line 91
Test module for legacy theme functions.

Code

function theme_legacy_test_theme_suggestions_theme_test_suggestion_provided(array $variables) {
  return [
    'theme_test_suggestion_provided__foo',
  ];
}