You are here

public function CkeditorTemplateForm::__construct in Ckeditor templates user interface 8

File

src/Form/CkeditorTemplateForm.php, line 26

Class

CkeditorTemplateForm
Implement config form for Ckeditor template.

Namespace

Drupal\ckeditor_templates_ui\Form

Code

public function __construct(EntityTypeManagerInterface $entityTypeManager, FileSystemInterface $file_system) {
  $this->entityTypeManager = $entityTypeManager;
  $this->fileSystem = $file_system;
}