Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / drupal_goto_alter.twig
1 /**
2  * Implements hook_drupal_goto_alter().
3  */
4 function {{ machine_name }}_drupal_goto_alter(&$path, &$options, &$http_response_code) {
5   // A good addition to misery module.
6   $http_response_code = 500;
7 }