You are here

function template_preprocess_theme_test_registered_by_module in Drupal 8

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

Implements template_preprocess_HOOK() for theme_test_registered_by_module.

1 string reference to 'template_preprocess_theme_test_registered_by_module'
RegistryTest::testThemeTemplatesRegisteredByModules in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
Tests theme-provided templates that are registered by modules.

File

core/modules/system/tests/modules/theme_test/theme_test.module, line 161
Test module.

Code

function template_preprocess_theme_test_registered_by_module() {
}