Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module \twig_theme_test_preprocess_status_messages()
  2. 9 core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module \twig_theme_test_preprocess_status_messages()

Implements template_preprocess_status_messages().

File

core/modules/system/tests/modules/twig_theme_test/twig_theme_test.module, line 129
Test module.

Code

function twig_theme_test_preprocess_status_messages(&$variables) {
  $variables['attributes']['class'][] = 'custom-test-messages-class';
}