function node_registration_view in Node registration 7
Page callback for viewing a single Node registration.
1 call to node_registration_view()
- node_registration_page_view in ./
node_registration.module - Alias for node_registration_view().
1 string reference to 'node_registration_view'
- node_registration_menu in ./
node_registration.module - Implements hook_menu().
File
- ./
node_registration.module, line 717
Code
function node_registration_view($registration, $view_mode = 'full') {
return entity_build_content('node_registration', $registration, $view_mode);
}