Same name and namespace in other branches
  1. 7.x modules/simpletest/tests/common_test_cron_helper.module \common_test_cron_helper_cron()
  2. 8.9.x core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module \common_test_cron_helper_cron()
  3. 9 core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module \common_test_cron_helper_cron()

Implements hook_cron().

Function common_test_cron() throws an exception, but the execution should reach this function as well.

See also

common_test_cron()

File

core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module, line 16
Helper module for the testCronExceptions in addition to common_test module.

Code

function common_test_cron_helper_cron() {
  \Drupal::state()
    ->set('common_test.cron', 'success');
}