You are here

public function Upload::upload in UEditor - 百度编辑器 8

抽象方法,上传核心方法

Return value

array

File

src/Uploader/Upload.php, line 69

Class

Upload
UEditor编辑器通用上传类

Namespace

Drupal\ueditor\Uploader

Code

public function upload() {
  $this
    ->doUpload();
  return $this
    ->getFileInfo();
}