Issue #2536212 by chx: Link CronInterface to the handbook page

8.0.x
Alex Pott 2015-07-25 10:07:46 +01:00
parent efd4da3a8f
commit 97eb1cf1e4
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ namespace Drupal\Core;
/**
* An interface for running cron tasks.
*
* @see https://www.drupal.org/cron
*/
interface CronInterface {