Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fillpdf
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
fillpdf
Commits
ce8a6d29
Commit
ce8a6d29
authored
2 years ago
by
Liam Morland
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Plugin/FillPdfActionPlugin/FillPdfRedirectAction.php
+0
-3
0 additions, 3 deletions
src/Plugin/FillPdfActionPlugin/FillPdfRedirectAction.php
with
0 additions
and
3 deletions
src/Plugin/FillPdfActionPlugin/FillPdfRedirectAction.php
+
0
−
3
View file @
ce8a6d29
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment