media-embed-error.html.twig
Theme override for a missing media error.
Available variables
- message: The message text.
- attributes: HTML attributes for the containing element.
When a response from the back end can't be returned, a related error message is displayed from JavaScript.
See also
Drupal.theme.mediaEmbedPreviewError
1 theme call to media-embed-error.html.twig
- MediaEmbed::renderMissingMediaIndicator in core/modules/ media/ src/ Plugin/ Filter/ MediaEmbed.php 
- Builds the render array for the indicator when media cannot be loaded.
File
- 
              core/profiles/ demo_umami/ themes/ umami/ templates/ classy/ content/ media-embed-error.html.twig 
View source
- {#
- /**
-  * @file
-  * Theme override for a missing media error.
-  *
-  * Available variables
-  * - message: The message text.
-  * - attributes: HTML attributes for the containing element.
-  *
-  * When a response from the back end can't be returned, a related error message
-  * is displayed from JavaScript.
-  *
-  * @see Drupal.theme.mediaEmbedPreviewError
-  *
-  * @ingroup themeable
-  */
- #}
- {{ attach_library('umami/classy.media_embed_error') }}
- <div{{ attributes.addClass('media-embed-error', 'media-embed-error--missing-source') }}>
-   {{ message }}
- </div>
Related topics
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
