function ThemeTestController::preprocessCallback
Same name in other branches
- 9 core/modules/system/tests/modules/theme_test/src/ThemeTestController.php \Drupal\theme_test\ThemeTestController::preprocessCallback()
- 10 core/modules/system/tests/modules/theme_test/src/ThemeTestController.php \Drupal\theme_test\ThemeTestController::preprocessCallback()
Controller for testing callable preprocess functions.
1 string reference to 'ThemeTestController::preprocessCallback'
- theme_test.routing.yml in core/
modules/ system/ tests/ modules/ theme_test/ theme_test.routing.yml - core/modules/system/tests/modules/theme_test/theme_test.routing.yml
File
-
core/
modules/ system/ tests/ modules/ theme_test/ src/ ThemeTestController.php, line 140
Class
- ThemeTestController
- Controller routines for theme test routes.
Namespace
Drupal\theme_testCode
public function preprocessCallback() {
return [
'#theme' => 'theme_test_preprocess_callback',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.