You are here

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
  1. name = Views Data Export PDF - Background Process
  2. description = "Enhances other VDE PDF plug-ins by off-loading time-consuming conversions of large data sets into PDF via the Background Process module."
  3. package = Views Data Export PDF
  4. core = 7.x
  5. php = 7
  6. dependencies[] = views_data_export_pdf
  7. dependencies[] = background_process
  8. ; This file is loaded explicitly instead of being left to load via the file
  9. ; definition in hook_pdf_export_renderers() because this class must already be
  10. ; loaded before Background Process tries to fire callbacks on it in the
  11. ; asynchronous sub-request.
  12. files[] = src/views_data_export_pdf_background_process_renderer.inc