function theme_legacy_suggestions_test_theme

Same name in other branches
  1. 8.9.x core/modules/system/tests/modules/theme_legacy_suggestions_test/theme_legacy_suggestions_test.module \theme_legacy_suggestions_test_theme()

Implements hook_theme().

File

core/modules/system/tests/modules/theme_legacy_suggestions_test/theme_legacy_suggestions_test.module, line 13

Code

function theme_legacy_suggestions_test_theme() {
    $items['theme_suggestions_test_include'] = [
        'file' => 'theme_legacy_suggestions_test.inc',
        'function' => 'theme_theme_suggestions_test_include',
    ];
    return $items;
}

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