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 / comment_publish.twig
1 /**
2  * Implements hook_comment_publish().
3  */
4 function {{ machine_name }}_comment_publish($comment) {
5   drupal_set_message(t('Comment: @subject has been published', array('@subject' => $comment->subject)));
6 }