You are here

system-security-advisories-fetch-error-message.html.twig in Drupal 9

Theme override for the message when fetching security advisories fails.

This error message is displayed on the status report page.

Available variables:

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

File

core/themes/stable9/templates/admin/system-security-advisories-fetch-error-message.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override for the message when fetching security advisories fails.
  5. *
  6. * This error message is displayed on the status report page.
  7. *
  8. * Available variables:
  9. * - error_message: A render array containing the appropriate error message.
  10. *
  11. * @see template_preprocess_system_security_advisories_fetch_error_message()
  12. *
  13. * @ingroup themeable
  14. */
  15. #}
  16. {{ error_message }}

Related topics