system-security-advisories-fetch-error-message.html.twig

Same filename in this branch
  1. 11.x core/modules/system/templates/system-security-advisories-fetch-error-message.html.twig
Same filename and directory in other branches
  1. 9 core/themes/stable9/templates/admin/system-security-advisories-fetch-error-message.html.twig
  2. 9 core/themes/stable/templates/admin/system-security-advisories-fetch-error-message.html.twig
  3. 9 core/modules/system/templates/system-security-advisories-fetch-error-message.html.twig
  4. 10 core/themes/stable9/templates/admin/system-security-advisories-fetch-error-message.html.twig
  5. 10 core/modules/system/templates/system-security-advisories-fetch-error-message.html.twig

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.

See also

template_preprocess_system_security_advisories_fetch_error_message()

1 theme call to system-security-advisories-fetch-error-message.html.twig
_system_advisories_requirements in core/modules/system/system.install
Display requirements from security advisories.

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


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.