You are here

public function SocialProfileTagServiceInterface::getChildrens in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.2.x modules/social_features/social_profile/src/SocialProfileTagServiceInterface.php \Drupal\social_profile\SocialProfileTagServiceInterface::getChildrens()

Returns the children of top level term items.

Parameters

int $category: The category you want to fetch the child items from.

Return value

array An array of child items.

1 method overrides SocialProfileTagServiceInterface::getChildrens()
SocialProfileTagService::getChildrens in modules/social_features/social_profile/src/SocialProfileTagService.php
Returns the children of top level term items.

File

modules/social_features/social_profile/src/SocialProfileTagServiceInterface.php, line 53

Class

SocialProfileTagServiceInterface
Interface SocialProfileTagServiceInterface.

Namespace

Drupal\social_profile

Code

public function getChildrens($category);