You are here

function profile_stat_sender_cron in Brainstorm profile 8

Implements hook_cron().

File

module/custom/profile_stat_sender/profile_stat_sender.module, line 14
Profile statistic usage client module.

Code

function profile_stat_sender_cron() {
  $sender = \Drupal::service('profile_stat_sender.statistics_sender');
  $sender
    ->sendData();
}