function trigger_comment_view

Implements hook_comment_view().

File

modules/trigger/trigger.module, line 404

Code

function trigger_comment_view($comment) {
    _trigger_comment($comment, 'comment_view');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.