public function JobInterface::isUnprocessed in Translation Management Tool 8
Returns whether the state of this job is 'unprocessed'.
Return value
bool TRUE if the state is 'unprocessed', FALSE otherwise.
1 method overrides JobInterface::isUnprocessed()
- Job::isUnprocessed in src/
Entity/ Job.php - Returns whether the state of this job is 'unprocessed'.
File
- src/
JobInterface.php, line 393
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function isUnprocessed();