You are here

function hook_views_gantt_update_access in Views Gantt 7.2

Parameters

$access: Boolean indicating whether user can update task/project.

$node: The node object on which the operation is to be performed.

$account: A user object representing the user for whom the operation is to be performed.

File

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

Code

function hook_views_gantt_update_access(&$access, $node, $account) {
}