Job::rejected |
function |
src/Entity/Job.php |
Sets the state of the job to 'rejected'. |
Job::isRejected |
function |
src/Entity/Job.php |
Returns whether the state of this job is 'rejected'. |
LocalTask::isRejected |
function |
translators/tmgmt_local/src/Entity/LocalTask.php |
Returns whether the status of this task is 'rejected'. |
JobInterface::rejected |
function |
src/JobInterface.php |
Sets the state of the job to 'rejected'. |
JobInterface::isRejected |
function |
src/JobInterface.php |
Returns whether the state of this job is 'rejected'. |
CrudTest::testRejectedJob |
function |
tests/src/Kernel/CrudTest.php |
Tests job item states for 'reject' / 'submit' settings action job states. |
JobInterface::STATE_REJECTED |
constant |
src/JobInterface.php |
A translation job that has been rejected by the translator. |
LocalTaskInterface::isRejected |
function |
translators/tmgmt_local/src/LocalTaskInterface.php |
Returns whether the status of this task is 'rejected'. |
LocalTaskInterface::STATUS_REJECTED |
constant |
translators/tmgmt_local/src/LocalTaskInterface.php |
Translation task is rejected (at least some job items are rejected). |
LocalTaskItemInterface::STATUS_REJECTED |
constant |
translators/tmgmt_local/src/LocalTaskItemInterface.php |
Translation job item has been rejected and the task needs to be updated. |