You are here

public function SocialProfileTagServiceInterface::getTermOptionNames 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::getTermOptionNames()

Returns list of term names as option list.

Parameters

array $term_ids: List of taxonomy term IDs.

Return value

array Options.

1 method overrides SocialProfileTagServiceInterface::getTermOptionNames()
SocialProfileTagService::getTermOptionNames in modules/social_features/social_profile/src/SocialProfileTagService.php
Returns list of term names as option list.

File

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

Class

SocialProfileTagServiceInterface
Interface SocialProfileTagServiceInterface.

Namespace

Drupal\social_profile

Code

public function getTermOptionNames(array $term_ids);