public function JobItemInterface::getSiblings

Retrieves all siblings of this job item.

Return value

array An array of job items that are the siblings of this job item.

1 method overrides JobItemInterface::getSiblings()
JobItem::getSiblings in src/Entity/JobItem.php
Retrieves all siblings of this job item.

File

src/JobItemInterface.php, line 490

Class

JobItemInterface
Interface for tmgmt_job_item entity.

Namespace

Drupal\tmgmt

Code

public function getSiblings();