function theme_legacy_test_theme_suggestions_theme_test_suggestions_alter

Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module \theme_legacy_test_theme_suggestions_theme_test_suggestions_alter()

Implements hook_theme_suggestions_HOOK_alter().

File

core/modules/system/tests/modules/theme_legacy_test/theme_legacy_test.module, line 106

Code

function theme_legacy_test_theme_suggestions_theme_test_suggestions_alter(array &$suggestions, array $variables) {
    \Drupal::messenger()->addStatus(__FUNCTION__ . '() executed.');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.