public function FileCommited::getFilePreview in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7
2 calls to FileCommited::getFilePreview()
- FileCommited::applySizes in vendor/
edsdk/ file-uploader-server-php/ src/ lib/ file/ FileCommited.php - FileCommited::getModifications in vendor/
edsdk/ file-uploader-server-php/ src/ lib/ file/ FileCommited.php
File
- vendor/
edsdk/ file-uploader-server-php/ src/ lib/ file/ FileCommited.php, line 42
Class
Namespace
EdSDK\FileUploaderServer\lib\fileCode
public function getFilePreview() {
return $this
->getFileModification("preview");
}