protected static function Remote::getTransferOptions in FileField Sources 8
Get a transfer key that can be retrieved by the progress function.
1 call to Remote::getTransferOptions()
- Remote::curlWrite in src/
Plugin/ FilefieldSource/ Remote.php - Save the file to disk. Also updates progress bar.
File
- src/
Plugin/ FilefieldSource/ Remote.php, line 197
Class
- Remote
- A FileField source plugin to allow downloading a file from a remote server.
Namespace
Drupal\filefield_sources\Plugin\FilefieldSourceCode
protected static function getTransferOptions() {
return static::setTransferOptions();
}