function media_test_embed_preprocess_media_embed_error
Same name in other branches
- 9 core/modules/media/tests/modules/media_test_embed/media_test_embed.module \media_test_embed_preprocess_media_embed_error()
- 10 core/modules/media/tests/modules/media_test_embed/media_test_embed.module \media_test_embed_preprocess_media_embed_error()
Implements hook_preprocess_HOOK().
File
-
core/
modules/ media/ tests/ modules/ media_test_embed/ media_test_embed.module, line 26
Code
function media_test_embed_preprocess_media_embed_error(&$variables) {
$variables['attributes']['class'][] = 'this-error-message-is-themeable';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.