You are here

function ThemeTestController::generalSuggestionAlter in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/theme_test/src/ThemeTestController.php \Drupal\theme_test\ThemeTestController::generalSuggestionAlter()

Menu callback for testing hook_theme_suggestions_alter().

1 string reference to 'ThemeTestController::generalSuggestionAlter'
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 109
Contains \Drupal\theme_test\ThemeTestController.

Class

ThemeTestController
Controller routines for theme test routes.

Namespace

Drupal\theme_test

Code

function generalSuggestionAlter() {
  return array(
    '#theme' => 'theme_test_general_suggestions',
  );
}