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