function acquia_contenthub_publisher_cron in Acquia Content Hub 8.2
Implements hook_cron().
File
- modules/
acquia_contenthub_publisher/ acquia_contenthub_publisher.module, line 168 - Drupal Module: Acquia Content Hub - Publisher.
Code
function acquia_contenthub_publisher_cron() {
_acquia_contenthub_dispatch_not_confirmed_entities_event();
}