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
450e6ad3
Commit
450e6ad3
authored
13 years ago
by
Liam Morland
Committed by
Kevin Kaland
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue #1402154: Document fillpdf_parse_uri() better.
parent
5bfc7f53
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
fillpdf.module
+24
-3
24 additions, 3 deletions
fillpdf.module
with
24 additions
and
3 deletions
fillpdf.module
+
24
−
3
View file @
450e6ad3
...
@@ -213,9 +213,30 @@ function fillpdf_parse_uri() {
...
@@ -213,9 +213,30 @@ function fillpdf_parse_uri() {
}
}
/**
/**
* @return doesn't return anything, actually constructs a page from scratch (pdf content-type)
* Constructs a page from scratch (pdf content-type) and sends it to the
* and sends it to the browser or saves it, depending on if a custom path is configured
* browser or saves it, depending on if a custom path is configured or not.
* or not.
*
* @param $fid
* The integer ID of the PDF.
* @param $nids
* Array of integer IDs of the CCK nodes from which to draw data.
* @param $webform_arr
* Array of integer IDs of the Webform nodes from which to draw data.
* @param $sample
* If "true" (exact string), each field will be filled with its field name.
* @param $force_download
* Boolean. If TRUE, always send a PDF to the browser, even if a
* destination_path is set for the PDF.
* @param $skip_access_check
* Boolean. If TRUE, do not do any access checks. Allow the user to download
* any PDF with data from any node. Only use when access checks are being
* done some other way.
* @param $flatten
* Boolean. If TRUE, flatten the PDF so that fields cannot be edited.
* Otherwise leave fields editable.
*
* @return
* Nothing.
*
*
* @see fillpdf_pdf_link()
* @see fillpdf_pdf_link()
* for $_GET params
* for $_GET params
...
...
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