You are here

public function HierarchyInterface::getNestedChildIds in Facets 8

Retrieve all children and nested children for one specific id.

Parameters

string $id: An entity id.

Return value

array An array of all child ids.

1 method overrides HierarchyInterface::getNestedChildIds()
Taxonomy::getNestedChildIds in src/Plugin/facets/hierarchy/Taxonomy.php
Retrieve all children and nested children for one specific id.

File

src/Hierarchy/HierarchyInterface.php, line 30

Class

HierarchyInterface
Interface HierarchyInterface.

Namespace

Drupal\facets\Hierarchy

Code

public function getNestedChildIds($id);