EditorImageDialog::__construct

public EditorImageDialog::__construct(EntityStorageInterface $file_storage)

Constructs a form object for image dialog.

Parameters

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

File

core/modules/editor/src/Form/EditorImageDialog.php, line 34

Class

EditorImageDialog
Provides an image dialog for text editors.

Namespace

Drupal\editor\Form

Code

public function __construct(EntityStorageInterface $file_storage) {
  $this->fileStorage = $file_storage;
}
doc_Drupal
2016-10-29 09:03:49
Comments
Leave a Comment

Please login to continue.