public function JobItemInterface::getSiblings in Translation Management Tool 8
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 482
Class
- JobItemInterface
- Interface for tmgmt_job_item entity.
Namespace
Drupal\tmgmtCode
public function getSiblings();