attachment_before and $view->attachment_after */ function hook_views_pre_view(&$view, &$display_id, &$args) { // example code here } /** * Stub hook documentation * * This hook should be placed in MODULENAME.views.inc and it will be auto-loaded. * This must either be in the same directory as the .module file or in a subdirectory * named 'includes'. * */ function hook_views_query_alter(&$view, &$query) { // example code here } /** * @} */