function media_test_embed_preprocess_media_embed_error

Same name and namespace in other branches
  1. 10 core/modules/media/tests/modules/media_test_embed/media_test_embed.module \media_test_embed_preprocess_media_embed_error()
  2. 11.x 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 24

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.