public function EditorIconDialog::__construct in Font Awesome Icons 8.2
File
- src/
Form/ EditorIconDialog.php, line 39
Class
- EditorIconDialog
- Provides a Font Awesome icon dialog for text editors.
Namespace
Drupal\fontawesome\FormCode
public function __construct(ConfigFactory $config_factory, FontAwesomeManagerInterface $font_awesome_manager) {
$this->configFactory = $config_factory;
$this->fontAwesomeManager = $font_awesome_manager;
}