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

Breadcrumb

  1. Drupal Core 11.1.x

update-fetch-error-message.html.twig

Same filename in this branch
  1. 11.1.x core/themes/stable9/templates/admin/update-fetch-error-message.html.twig

Default theme implementation for the message when fetching data fails.

Available variables:

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

See also

template_preprocess_update_fetch_error_message()

2 theme calls to update-fetch-error-message.html.twig
UpdateController::updateStatus in core/modules/update/src/Controller/UpdateController.php
Returns a page about the update status of projects.
UpdateManagerUpdate::buildForm in core/modules/update/src/Form/UpdateManagerUpdate.php
Form constructor.

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

Theme system overview
Functions and templates for the user interface that themes can override.
RSS feed
Powered by Drupal