Tripal
All Classes Files Functions Variables Modules Pages
Functions
tripal.jobs.inc File Reference

Functions

 tripal_jobs_admin_view ()
 
 tripal_jobs_report_form ($form, &$form_state=NULL)
 
 tripal_jobs_report_form_submit ($form, &$form_state=NULL)
 
 tripal_jobs_report ()
 
 tripal_jobs_view ($job_id)
 
 tripal_jobs_status_view ($job_id)
 

Detailed Description

Contains functions related to the display of Tripal jobs in a Tripal website.

Function Documentation

◆ tripal_jobs_admin_view()

tripal_jobs_admin_view ( )

Provides a landing page for tripal jobs admin

◆ tripal_jobs_report()

tripal_jobs_report ( )

Returns the Tripal Job Report

Returns
The HTML to be rendered which describes the job report

◆ tripal_jobs_report_form()

tripal_jobs_report_form (   $form,
$form_state = NULL 
)

NO LONGER USED: REPLACED BY VIEW

◆ tripal_jobs_report_form_submit()

tripal_jobs_report_form_submit (   $form,
$form_state = NULL 
)

NO LONGER USED: REPLACED BY VIEW

◆ tripal_jobs_status_view()

tripal_jobs_status_view (   $job_id)

Runs a Tripal job from within the request.

Parameters
$job_id

◆ tripal_jobs_view()

tripal_jobs_view (   $job_id)

Returns the HTML code to display a given job

Parameters
$job_idThe job_id of the job to display
Returns
The HTML describing the indicated job