You are here

public function IconManagerService::getFormattedTermList in Font Awesome Icons 8.2

Get formatted term list.

Return value

array Formatted list of terms.

Overrides IconManagerServiceInterface::getFormattedTermList

File

modules/fontawesome_iconpicker_widget/src/IconManagerService.php, line 135

Class

IconManagerService
Icon Manager Service for Font Awesome.

Namespace

Drupal\fontawesome_iconpicker_widget

Code

public function getFormattedTermList() {
  $terms_list = $this
    ->formatSearchTerms($this
    ->getIcons());
  return $terms_list;
}