function test_theme_engine_extension

Same name and namespace in other branches
  1. main core/modules/system/tests/engines/test_theme_engine/test_theme_engine.engine \test_theme_engine_extension()

Implements hook_extension().

File

core/modules/system/tests/engines/test_theme_engine/test_theme_engine.engine, line 20

Code

function test_theme_engine_extension() : string {
  return '.test.html';
}

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