Functions in TCPDF 8
Primary tabs
|
Name |
Location | Description | Direct uses | Strings |
|---|---|---|---|---|
| tcpdf_example_default_header |
tcpdf_example/ |
Callback for generating the header. This function acts like if it overridded the Header() function of tcpdf class except the tcpdf instance is not $this but a parameter. | 1 | |
| tcpdf_example_theme |
tcpdf_example/ |
Implements hook_theme(). | ||
| tcpdf_get_instance |
./ |
Gets an instance of TCPDFDrupal. Always use this function to get a fresh instance of the class. | 1 | |
| tcpdf_requirements |
./ |
Implements hook_requirements(). |