function pmpapi_pull_cron in Public Media Platform API Integration 7
Implements hook_cron().
File
- pmpapi_pull/
pmpapi_pull.module, line 85 - Allows admins to pull content from the PMP API, and turn PMP docs into (locally-stored, independent) drupal entities.
Code
function pmpapi_pull_cron() {
pmpapi_pull_check_valid_dates();
}