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