public function JobItemInterface::isNeedsReview in Translation Management Tool 8
Checks whether the state of this transaction is 'needs review'.
Return value
bool TRUE if the state is 'needs review', FALSE otherwise.
1 method overrides JobItemInterface::isNeedsReview()
- JobItem::isNeedsReview in src/
Entity/ JobItem.php - Checks whether the state of this transaction is 'needs review'.
File
- src/
JobItemInterface.php, line 356
Class
- JobItemInterface
- Interface for tmgmt_job_item entity.
Namespace
Drupal\tmgmtCode
public function isNeedsReview();