public function JobInterface::getConflictingItems

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 750

Class

JobInterface
Interface for tmgmt_job entity.

Namespace

Drupal\tmgmt

Code

public function getConflictingItems();