public function JobInterface::getState in Translation Management Tool 8
Returns the state of the job. Can be one of the job state constants.
Return value
int The state of the job or NULL if it hasn't been set yet.
1 method overrides JobInterface::getState()
- Job::getState in src/
Entity/ Job.php - Returns the state of the job. Can be one of the job state constants.
File
- src/
JobInterface.php, line 344
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function getState();