function media_test_ckeditor_preprocess_media_embed_error

Implements hook_preprocess_HOOK().

File

core/modules/media/tests/modules/media_test_ckeditor/media_test_ckeditor.module, line 22

Code

function media_test_ckeditor_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.