Tripal
Public Member Functions | List of all members
Drupal\tripal\Controller\TripalJobController Class Reference
Inheritance diagram for Drupal\tripal\Controller\TripalJobController:
Inheritance graph
[legend]
Collaboration diagram for Drupal\tripal\Controller\TripalJobController:
Collaboration graph
[legend]

Public Member Functions

 __construct ()
 
 tripalJobs ()
 
 tripalJobsCancel ($id)
 
 tripalJobsRerun ($id)
 
 tripalJobsExecute ($id)
 
 tripalJobsView ($id)
 

Detailed Description

Controller routines for the Tripal Module

Constructor & Destructor Documentation

◆ __construct()

Drupal\tripal\Controller\TripalJobController::__construct ( )

Constructs the TripalJobController.

Member Function Documentation

◆ tripalJobs()

Drupal\tripal\Controller\TripalJobController::tripalJobs ( )

Provides the main landing page for managing Jobs.

◆ tripalJobsCancel()

Drupal\tripal\Controller\TripalJobController::tripalJobsCancel (   $id)

Cancels a job that is in the waiting state.

Parameters
$idThe Job ID.

◆ tripalJobsExecute()

Drupal\tripal\Controller\TripalJobController::tripalJobsExecute (   $id)

Executes a job that is in the queue and waits for it to complete.

Parameters
$idThe Job ID.

◆ tripalJobsRerun()

Drupal\tripal\Controller\TripalJobController::tripalJobsRerun (   $id)

Submits a job to be run again.

Parameters
$idThe Job ID.

◆ tripalJobsView()

Drupal\tripal\Controller\TripalJobController::tripalJobsView (   $id)

Provides a view of all details for a single job

Parameters
$idThe Job ID.

The documentation for this class was generated from the following file: