Drupal Developer code under downloads Drupal Development present file, I would like it to open Drupal Development file in a brand new tab, what must be added so as to take action?
public perform submitForm(array &$kind, FormStateInterface $form_state) { $filename = '/var/www/html/internet/modules/customized/custom_module/pattern.pdf'; $response = new BinaryFileResponse($filename); $response->setContentDisposition( ResponseHeaderBag::DISPOSITION_ATTACHMENT, 'pattern.pdf' ); $form_state->setResponse($response);