You are here

public function IconManagerService::__construct in Font Awesome Icons 8.2

Constructs a new IconManagerService object.

Parameters

Drupal\fontawesome\FontAwesomeManagerInterface $font_awesome_manager: The font awesome manager interface.

File

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

Class

IconManagerService
Icon Manager Service for Font Awesome.

Namespace

Drupal\fontawesome_iconpicker_widget

Code

public function __construct(FontAwesomeManagerInterface $font_awesome_manager) {
  $this->fontAwesomeManager = $font_awesome_manager;
}