You are here

public function HierarchyInterface::getChildIds in Facets 8

Retrieve the direct children for an array of ids.

Parameters

array $ids: An array of ids.

Return value

array Given parent ids as key, value is an array of child ids.

1 method overrides HierarchyInterface::getChildIds()
Taxonomy::getChildIds in src/Plugin/facets/hierarchy/Taxonomy.php
Retrieve the direct children for an array of ids.

File

src/Hierarchy/HierarchyInterface.php, line 41

Class

HierarchyInterface
Interface HierarchyInterface.

Namespace

Drupal\facets\Hierarchy

Code

public function getChildIds(array $ids);