You are here

function _ultimate_cron_define_log_type_all in Ultimate Cron 8.2

Same name and namespace in other branches
  1. 7.2 ultimate_cron.module \_ultimate_cron_define_log_type_all()

Pseudo define.

1 call to _ultimate_cron_define_log_type_all()
CronJob::getLogEntries in src/Entity/CronJob.php
Get log entries.

File

./ultimate_cron.module, line 18
Ultimate Cron. Extend cron functionality in Drupal.

Code

function _ultimate_cron_define_log_type_all() {
  return array(
    ULTIMATE_CRON_LOG_TYPE_NORMAL,
    ULTIMATE_CRON_LOG_TYPE_ADMIN,
  );
}