[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/project_issue/ -> issue.inc (summary)

(no description)

File Size: 368 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 12 functions

  project_issue_update_project()
  project_issue_assigned_choices()
  project_issue_project_issue_assignees()
  project_issue_state()
  project_issue_default_states()
  project_issue_priority()
  project_issue_category()
  project_issue_count()
  theme_project_issue_query_result_links()
  project_issue_field_labels()
  project_issue_change_summary()
  theme_project_issue_create_forbidden()

Functions
Functions that are not part of a class:

project_issue_update_project()   X-Ref
JS callback method to return updated elements on the issue form.
This function is called when someone changes the "Project" selector.


project_issue_assigned_choices($issue)   X-Ref
Build an array of users to whom an issue may be assigned.

param: $issue
return:

project_issue_project_issue_assignees(&$assigned, $node)   X-Ref
Implementation of hook_project_issue_assignees().

This hook is used to modify the list of 'Assigned' users when creating or
commenting on an issue.

param: $assigned
param: $node

project_issue_state($sid = 0, $restrict = false, $is_author = false, $current_sid = 0, $defaults = false, $account = NULL)   X-Ref
Return information about project issue state values.

param: $sid
param: $restrict
param: $is_author
param: $current_sid
param: $defaults
param: $account
return:

project_issue_default_states()   X-Ref
Return an array of state ids that should be used for default queries.


project_issue_priority($priority = 0)   X-Ref
No description

project_issue_category($category = 0, $plural = 1)   X-Ref
No description

project_issue_count($pid)   X-Ref
No description

theme_project_issue_query_result_links($links)   X-Ref
Return the HTML to use for the links at the top of issue query pages.

param: $links

project_issue_field_labels($context)   X-Ref
Provide an array of project issue summary fields.

param: $context

project_issue_change_summary($field, $value)   X-Ref
Provide the text displayed to a user for a specific metadata field.

param: $field
param: $value
return:

theme_project_issue_create_forbidden($uri = '')   X-Ref
No description



Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7