You are here

public function ThemeTestController::functionSuggestionAlter in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/theme_legacy_test/src/ThemeTestController.php \Drupal\theme_legacy_test\ThemeTestController::functionSuggestionAlter()

Menu callback for testing suggestion alter hooks with theme functions.

1 string reference to 'ThemeTestController::functionSuggestionAlter'
theme_legacy_test.routing.yml in core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.routing.yml
core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.routing.yml

File

core/modules/system/tests/modules/theme_legacy_test/src/ThemeTestController.php, line 29

Class

ThemeTestController
Controller routines for test routes for legacy theme functions.

Namespace

Drupal\theme_legacy_test

Code

public function functionSuggestionAlter() {
  return [
    '#theme' => 'theme_test_function_suggestions',
  ];
}