public function JobItemInterface::getState in Translation Management Tool 8
Returns the state of the job item. Can be one of the job item state constants.
Return value
int The state of the job item.
1 method overrides JobItemInterface::getState()
- JobItem::getState in src/
Entity/ JobItem.php - Returns the state of the job item. Can be one of the job item state constants.
File
- src/
JobItemInterface.php, line 321
Class
- JobItemInterface
- Interface for tmgmt_job_item entity.
Namespace
Drupal\tmgmtCode
public function getState();