This project is not covered by Drupal’s security advisory policy.

Enables data (specified by other modules) to be downloaded as a file. Useful for generating large reports.

This module provides methods of making the download scalable:

Method 1: Immediate download

  • Starts sending the file immediately.
  • File rows are output as they are calculated.
  • The limit is the max execution time limit for PHP scripts.

Method 2: Create file using cron

  • File is created on cron run(s).
  • The file is not available until it's finished being created.
  • User that triggered the file to be created is notified by email when it's ready.

Sponsorship

Development

Supporting organizations: 
Development and maintenance

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Created by robert castelo on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases