You are here

public function IconsetFinderService::getSearchDirs in Social Media Links Block and Field 8.2

Get the directories where to look for the iconsets.

Return value

array The paths to the directories.

File

src/IconsetFinderService.php, line 61

Class

IconsetFinderService
Service class to detect the files of the iconsets/ in various directories.

Namespace

Drupal\social_media_links

Code

public function getSearchDirs() {
  return $this->searchDirs;
}