function total_control_views_pre_render in Total Control Admin Dashboard 6
Same name and namespace in other branches
- 6.2 total_control.module \total_control_views_pre_render()
Implementation of hook_views_pre_render().
Adds the create content links to dashboard views.
File
- ./
total_control.module, line 111
Code
function total_control_views_pre_render(&$view) {
// TODO
}