From 97eb1cf1e465101622b11ecce798005a2724f2cb Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Sat, 25 Jul 2015 10:07:46 +0100 Subject: [PATCH] Issue #2536212 by chx: Link CronInterface to the handbook page --- core/lib/Drupal/Core/CronInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lib/Drupal/Core/CronInterface.php b/core/lib/Drupal/Core/CronInterface.php index ed4828afe8a1..57374db4015d 100644 --- a/core/lib/Drupal/Core/CronInterface.php +++ b/core/lib/Drupal/Core/CronInterface.php @@ -9,6 +9,8 @@ /** * An interface for running cron tasks. + * + * @see https://www.drupal.org/cron */ interface CronInterface { -- GitLab