Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

media-embed-error.html.twig

Same filename in this branch
  1. 11.1.x core/profiles/demo_umami/themes/umami/templates/classy/content/media-embed-error.html.twig
  2. 11.1.x core/themes/claro/templates/classy/content/media-embed-error.html.twig
  3. 11.1.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/themes/stable9/templates/content/media-embed-error.html.twig

View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override for a missing media error.
  5. *
  6. * Available variables
  7. * - message: The message text.
  8. * - attributes: HTML attributes for the containing element.
  9. *
  10. * When a response from the back end can't be returned, a related error message
  11. * is displayed from JavaScript.
  12. *
  13. * @see Drupal.theme.mediaEmbedPreviewError
  14. */
  15. #}
  16. <div{{ attributes }}>
  17. {{ message }}
  18. </div>

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal