Skip to content
Snippets Groups Projects
Commit ce8a6d29 authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3297233: Update documentation for removal of file_create_url()

Function was removed in 32328453.
parent ac1d7286
No related branches found
No related tags found
No related merge requests found
...@@ -25,9 +25,6 @@ class FillPdfRedirectAction extends FillPdfSaveAction { ...@@ -25,9 +25,6 @@ class FillPdfRedirectAction extends FillPdfSaveAction {
* @return \Symfony\Component\HttpFoundation\RedirectResponse * @return \Symfony\Component\HttpFoundation\RedirectResponse
* Redirects user to the generated PDF file, or if saving the file fails, * Redirects user to the generated PDF file, or if saving the file fails,
* to the front page. * to the front page.
*
* @todo Replace file_create_url() by File::createFileUrl() once we're not
* supporting Drupal 8.6 anymore.
*/ */
public function execute() { public function execute() {
$saved_file = $this->savePdf(); $saved_file = $this->savePdf();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment