You are here

function hook_views_gantt_tasks_prerender_alter in Views Gantt 7

Same name and namespace in other branches
  1. 7.2 views_gantt.api.php \hook_views_gantt_tasks_prerender_alter()

Alter an array of tasks provided by Gantt view before other modifications.

Parameters

$tasks: An array of tasks (array keys are ids of tasks nodes).

1 invocation of hook_views_gantt_tasks_prerender_alter()
views_gantt_plugin_style_gantt::render in ./views_gantt_plugin_style_gantt.inc
Render the given style.

File

./views_gantt.api.php, line 15
Hooks provided by the Views Gantt module.

Code

function hook_views_gantt_tasks_prerender_alter(&$tasks) {
}