19 declare(strict_types=1);
    70         $clone->upload_button = $button;
    79     public function withBulky(
bool $bulky): StandardDropzone
 
withUploadButton(Button $button)
Get a dropzone like this, using the given button to upload the files to the server. 
 
getUploadButton()
Get the button to upload the files to the server. 
 
getMessage()
Get the message of this dropzone. 
 
withBulky(bool $bulky)
Makes a dropzone bulky, this to ensure better visibility when the dropzone is to be displayed standal...
 
__construct(SignalGeneratorInterface $signal_generator, FieldFactory $field_factory, NameSource $name_source, string $title, string $message, string $post_url, FileInput $file_input, ?FormInput $additional_input)
 
SignalGeneratorInterface $signal_generator
 
A standard file dropzone offers the possibility to upload dropped files to the server.