You are here

entity_print.info in Entity Print 7

name = Entity Print
description = "Allows you to print any Drupal entity to PDF. You must also have WkHtmlToPdf already installed on the server."
core = 7.x
package = Entity Print
configure = admin/config/content/entityprint

dependencies[] = entity
dependencies[] = phpwkhtmltopdf

files[] = tests/entity_print.test

test_dependencies[] = entity
test_dependencies[] = libraries
test_dependencies[] = phpwkhtmltopdf

File

entity_print.info
View source
  1. name = Entity Print
  2. description = "Allows you to print any Drupal entity to PDF. You must also have WkHtmlToPdf already installed on the server."
  3. core = 7.x
  4. package = Entity Print
  5. configure = admin/config/content/entityprint
  6. dependencies[] = entity
  7. dependencies[] = phpwkhtmltopdf
  8. files[] = tests/entity_print.test
  9. test_dependencies[] = entity
  10. test_dependencies[] = libraries
  11. test_dependencies[] = phpwkhtmltopdf