You are here

public function AutocompleteController::__construct in Font Awesome Icons 8.2

File

src/Controller/AutocompleteController.php, line 45

Class

AutocompleteController
Defines a route controller for entity autocomplete form elements.

Namespace

Drupal\fontawesome\Controller

Code

public function __construct(FontAwesomeManagerInterface $fontAwesomeManager, ConfigFactory $config_factory) {
  $this->fontAwesomeManager = $fontAwesomeManager;
  $this->configFactory = $config_factory;
}