function redhen_note_view in RedHen CRM 7
Display a note.
Parameters
RedhenNote $note: A Fully loaded note object.
1 string reference to 'redhen_note_view'
- redhen_note_menu in modules/
redhen_note/ redhen_note.module - Implements hook_menu().
File
- modules/
redhen_note/ redhen_note.module, line 282 - Redhen Notes main module
Code
function redhen_note_view($entity, $entity_type, RedhenNote $note) {
return $note
->view();
}