media-embed-error.html.twig
Same filename in this branch
- 9 core/themes/stable9/templates/content/media-embed-error.html.twig
- 9 core/themes/seven/templates/classy/content/media-embed-error.html.twig
- 9 core/themes/claro/templates/classy/content/media-embed-error.html.twig
- 9 core/themes/bartik/templates/classy/content/media-embed-error.html.twig
- 9 core/themes/stable/templates/content/media-embed-error.html.twig
- 9 core/themes/classy/templates/content/media-embed-error.html.twig
- 9 core/modules/media/templates/media-embed-error.html.twig
Same filename in other branches
- 8.9.x core/profiles/demo_umami/themes/umami/templates/classy/content/media-embed-error.html.twig
- 8.9.x core/themes/seven/templates/classy/content/media-embed-error.html.twig
- 8.9.x core/themes/claro/templates/classy/content/media-embed-error.html.twig
- 8.9.x core/themes/bartik/templates/classy/content/media-embed-error.html.twig
- 8.9.x core/themes/stable/templates/content/media-embed-error.html.twig
- 8.9.x core/themes/classy/templates/content/media-embed-error.html.twig
- 8.9.x core/modules/media/templates/media-embed-error.html.twig
- 10 core/profiles/demo_umami/themes/umami/templates/classy/content/media-embed-error.html.twig
- 10 core/themes/stable9/templates/content/media-embed-error.html.twig
- 10 core/themes/claro/templates/classy/content/media-embed-error.html.twig
- 10 core/modules/media/templates/media-embed-error.html.twig
- 11.x core/profiles/demo_umami/themes/umami/templates/classy/content/media-embed-error.html.twig
- 11.x core/themes/stable9/templates/content/media-embed-error.html.twig
- 11.x core/themes/claro/templates/classy/content/media-embed-error.html.twig
- 11.x core/modules/media/templates/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
2 theme calls 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.
- MediaLibraryWidget::formElement in core/
modules/ media_library/ src/ Plugin/ Field/ FieldWidget/ MediaLibraryWidget.php - Returns the form for a single field widget.
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.