function trigger_user_view

Implements hook_user_view().

File

modules/trigger/trigger.module, line 541

Code

function trigger_user_view($account) {
    $edit = NULL;
    _trigger_user('user_view', $edit, $account, NULL);
}

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