public function JobInterface::getConflictingItems in Translation Management Tool 8
Returns conflicting job item IDs along with the jobs causing the conflicts.
Conflicting job items are those that already have an identical item in another job that is not yet finished.
Return value
array List of conflicting job item IDs and existing jobs.
1 method overrides JobInterface::getConflictingItems()
- Job::getConflictingItems in src/
Entity/ Job.php - Returns conflicting job item IDs along with the jobs causing the conflicts.
File
- src/
JobInterface.php, line 742
Class
- JobInterface
- Interface for tmgmt_job entity.
Namespace
Drupal\tmgmtCode
public function getConflictingItems();