media_test_embed.module

Same filename in other branches
  1. 9 core/modules/media/tests/modules/media_test_embed/media_test_embed.module
  2. 10 core/modules/media/tests/modules/media_test_embed/media_test_embed.module

File

core/modules/media/tests/modules/media_test_embed/media_test_embed.module

View source
<?php


/**
 * @file
 * Helper module for the Media Embed text editor plugin tests.
 */
declare (strict_types=1);

/**
 * Implements hook_preprocess_HOOK().
 */
function media_test_embed_preprocess_media_embed_error(&$variables) : void {
    $variables['attributes']['class'][] = 'this-error-message-is-themeable';
}

Functions

Title Deprecated Summary
media_test_embed_preprocess_media_embed_error Implements hook_preprocess_HOOK().

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