Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / hook / comment_unpublish.twig
1 /**
2  * Implements hook_comment_unpublish().
3  */
4 function {{ machine_name }}_comment_unpublish($comment) {
5   drupal_set_message(t('Comment: @subject has been unpublished', array('@subject' => $comment->subject)));
6 }