Tripal
|
Public Member Functions | |
getTripalDbxClass ($class) | |
![]() | |
__construct (?\Drupal\Core\Database\Connection $database=NULL, ?\Psr\Log\LoggerInterface $logger=NULL, ?\Drupal\tripal_biodb\Lock\SharedLockBackendInterface $locker=NULL, ?\Drupal\Core\State\StateInterface $state=NULL) | |
setParameters (array $parameters=[]) | |
performTask () | |
getId () | |
getStatus () | |
getLogger () | |
![]() | |
validateParameters () | |
getProgress () | |
Public Attributes | |
const | TASK_NAME = 'chado' |
![]() | |
const | TASK_NAME = 'task' |
const | STATE_KEY_DATA_PREFIX = 'tripal_biodb_' |
Additional Inherited Members | |
![]() | |
prepareSchemas (array $schema_list) | |
getSchemaLockName (\Drupal\tripal\TripalDBX\TripalDbxConnection $db) | |
initId () | |
acquireTaskLocks () | |
releaseTaskLocks () | |
![]() | |
$id | |
$connection | |
$logger | |
$locker | |
$state | |
$parameters = ['input_schemas' => [], 'output_schemas' => [], ] | |
$inputSchemas = [] | |
$outputSchemas = [] | |
Chado task base class.
Drupal\tripal_chado\Task\ChadoTaskBase::getTripalDbxClass | ( | $class | ) |
{Gets the task-specific class for the specified category.Returns the task-specific override class if any for the specified class category.
string | $class | The class category for which we want the specific class. |
Reimplemented from Drupal\tripal_biodb\Task\BioTaskBase.
const Drupal\tripal_chado\Task\ChadoTaskBase::TASK_NAME = 'chado' |
Name of the task.