8 theme calls to theme_status_messages()

AjaxController::content in drupal/core/lib/Drupal/Core/Controller/AjaxController.php
Controller method for AJAX content.
ajax_prepare_response in drupal/core/includes/ajax.inc
Converts the return value of a page callback into an Ajax commands array.
EditController::fieldForm in drupal/core/modules/edit/lib/Drupal/edit/EditController.php
Returns a single field edit form as an Ajax response.
file_ajax_upload in drupal/core/modules/file/file.module
Ajax callback: Processes file uploads and deletions.
hook_ajax_render_alter in drupal/core/modules/system/system.api.php
Alter the commands that are sent to the user through the Ajax framework.
template_preprocess_maintenance_page in drupal/core/includes/theme.inc
Prepare variables for maintenance page templates.
template_process_page in drupal/core/includes/theme.inc
Processes variables for page.html.twig.
views_ajax_form_wrapper in drupal/core/modules/views/includes/ajax.inc
Wrapper around drupal_build_form to handle some AJAX stuff automatically. This makes some assumptions about the client.