You are here

public function LocalTaskInterface::getStatus in Translation Management Tool 8

Returns the status of the task. Can be one of the task status constants.

Return value

int The status of the task or NULL if it hasn't been set yet.

1 method overrides LocalTaskInterface::getStatus()
LocalTask::getStatus in translators/tmgmt_local/src/Entity/LocalTask.php
Returns the status of the task. Can be one of the task status constants.

File

translators/tmgmt_local/src/LocalTaskInterface.php, line 97

Class

LocalTaskInterface
Interface for tmgmt_local_task entity.

Namespace

Drupal\tmgmt_local

Code

public function getStatus();