You are here

function views_data_export_cron in Views data export 7.4

Same name and namespace in other branches
  1. 6.3 views_data_export.module \views_data_export_cron()
  2. 6 views_data_export.module \views_data_export_cron()
  3. 6.2 views_data_export.module \views_data_export_cron()
  4. 7 views_data_export.module \views_data_export_cron()
  5. 7.3 views_data_export.module \views_data_export_cron()

Implementation of hook_cron().

File

./views_data_export.module, line 75
Provides the ability to export to specific

Code

function views_data_export_cron() {
  views_data_export_garbage_collect();
}