You are here

public function FontawesomeCommands::__construct in Font Awesome Icons 8.2

File

src/Commands/FontawesomeCommands.php, line 39

Class

FontawesomeCommands
A Drush commandfile for Font Awesome module.

Namespace

Drupal\fontawesome\Commands

Code

public function __construct(LibraryDiscoveryInterface $library_discovery, FileSystemInterface $file_system, ArchiverManager $archiver_manager) {
  parent::__construct();
  $this->libraryDiscovery = $library_discovery;
  $this->fileSystem = $file_system;
  $this->archiverManager = $archiver_manager;
}