public function JobInterface::getConflictingItemIds in Translation Management Tool 8
Returns conflicting job item IDs.
Conflicting job items are those that already have an identical item in another job that is not yet finished.
Return value
int[] List of conflicting job item IDs.
1 method overrides JobInterface::getConflictingItemIds()
- Job::getConflictingItemIds in src/
Entity/ Job.php - Returns conflicting job item IDs.
File
- src/
JobInterface.php, line 731
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function getConflictingItemIds();