You are here

views_gantt.api.php in Views Gantt 7

Same filename and directory in other branches
  1. 7.2 views_gantt.api.php

Hooks provided by the Views Gantt module.

File

views_gantt.api.php
View source
<?php

/**
 * @file
 * Hooks provided by the Views Gantt module.
 */

/**
 * Alter an array of tasks provided by Gantt view before other modifications.
 *
 * @param $tasks
 *  An array of tasks (array keys are ids of tasks nodes).
 */
function hook_views_gantt_tasks_prerender_alter(&$tasks) {
}

Functions

Namesort descending Description
hook_views_gantt_tasks_prerender_alter Alter an array of tasks provided by Gantt view before other modifications.