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;
}
Please login to continue.