Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / ajax_render_alter.twig
1 /**
2  * Implements hook_ajax_render_alter().
3  */
4 function {{ machine_name }}_ajax_render_alter(&$commands) {
5   // Inject any new status messages into the content area.
6   $commands[] = ajax_command_prepend('#block-system-main .content', theme('status_messages'));
7 }