public function JobInterface::isRejected

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\tmgmt

Code

public function isRejected();