Tripal
|
Public Member Functions | |
__construct () | |
tripalJobs () | |
tripalJobsCancel ($id) | |
tripalJobsRerun ($id) | |
tripalJobsExecute ($id) | |
tripalJobsView ($id) | |
Controller routines for the Tripal Module
Drupal\tripal\Controller\TripalJobController::__construct | ( | ) |
Constructs the TripalJobController.
Drupal\tripal\Controller\TripalJobController::tripalJobs | ( | ) |
Provides the main landing page for managing Jobs.
Drupal\tripal\Controller\TripalJobController::tripalJobsCancel | ( | $id | ) |
Cancels a job that is in the waiting state.
$id | The Job ID. |
Drupal\tripal\Controller\TripalJobController::tripalJobsExecute | ( | $id | ) |
Executes a job that is in the queue and waits for it to complete.
$id | The Job ID. |
Drupal\tripal\Controller\TripalJobController::tripalJobsRerun | ( | $id | ) |
Submits a job to be run again.
$id | The Job ID. |
Drupal\tripal\Controller\TripalJobController::tripalJobsView | ( | $id | ) |
Provides a view of all details for a single job
$id | The Job ID. |