You are here

update-fetch-error-message.html.twig in Drupal 10

Default theme implementation for the message when fetching data fails.

Available variables:

  • error_message: A render array containing the appropriate error message.

File

core/modules/update/templates/update-fetch-error-message.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for the message when fetching data fails.
  5. *
  6. * Available variables:
  7. * - error_message: A render array containing the appropriate error message.
  8. *
  9. * @see template_preprocess_update_fetch_error_message()
  10. *
  11. * @ingroup themeable
  12. */
  13. #}
  14. {{ error_message }}

Related topics