vde_pdf_background_process.info in Views Data Export PDF 7
name = Views Data Export PDF - Background Process
description = "Enhances other VDE PDF plug-ins by off-loading time-consuming conversions of large data sets into PDF via the Background Process module."
package = Views Data Export PDF
core = 7.x
php = 7
dependencies[] = views_data_export_pdf
dependencies[] = background_process
; This file is loaded explicitly instead of being left to load via the file
; definition in hook_pdf_export_renderers() because this class must already be
; loaded before Background Process tries to fire callbacks on it in the
; asynchronous sub-request.
files[] = src/views_data_export_pdf_background_process_renderer.inc
File
modules/vde_pdf_background_process/vde_pdf_background_process.info
View source
- name = Views Data Export PDF - Background Process
- description = "Enhances other VDE PDF plug-ins by off-loading time-consuming conversions of large data sets into PDF via the Background Process module."
- package = Views Data Export PDF
- core = 7.x
-
- php = 7
-
- dependencies[] = views_data_export_pdf
- dependencies[] = background_process
-
- ; This file is loaded explicitly instead of being left to load via the file
- ; definition in hook_pdf_export_renderers() because this class must already be
- ; loaded before Background Process tries to fire callbacks on it in the
- ; asynchronous sub-request.
- files[] = src/views_data_export_pdf_background_process_renderer.inc