You are here

public function EditorFileDialog::__construct in CkEditor Background Image 8

Same name and namespace in other branches
  1. 2.0.x src/Form/EditorFileDialog.php \Drupal\ckeditor_bgimage\Form\EditorFileDialog::__construct()

Constructs a form object for image dialog.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $file_storage: The file storage service.

File

src/Form/EditorFileDialog.php, line 36

Class

EditorFileDialog
Provides a link dialog for text editors.

Namespace

Drupal\ckeditor_bgimage\Form

Code

public function __construct(EntityStorageInterface $file_storage) {
  $this->fileStorage = $file_storage;
}