public function LocalTaskInterface::isRejected in Translation Management Tool 8
Returns whether the status of this task is 'rejected'.
Return value
bool TRUE if the status is 'rejected', FALSE otherwise.
1 method overrides LocalTaskInterface::isRejected()
- LocalTask::isRejected in translators/
tmgmt_local/ src/ Entity/ LocalTask.php - Returns whether the status of this task is 'rejected'.
File
- translators/
tmgmt_local/ src/ LocalTaskInterface.php, line 167
Class
- LocalTaskInterface
- Interface for tmgmt_local_task entity.
Namespace
Drupal\tmgmt_localCode
public function isRejected();