function ThemeTestController::testSuggestion
Calls a theme hook suggestion.
Return value
string An HTML string containing the themed output.
1 string reference to 'ThemeTestController::testSuggestion'
- 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 61 
Class
- ThemeTestController
- Controller routines for theme test routes.
Namespace
Drupal\theme_testCode
public function testSuggestion() {
  return [
    '#markup' => \Drupal::theme()->render([
      'theme_test__suggestion',
      'theme_test',
    ], []),
  ];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
