automated_cron_help($route_name, RouteMatchInterface $route_match)
Implements hook_help().
File
core/modules/automated_cron/automated_cron.module, line 14 Provides an automated cron by executing it at the end of a response.
Code
function automated_cron_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
case 'help.page.automated_cron':
$output = '';
$output .= '<h3>' . t('About') . '</h3>';
$output .= '<p>' . t('The Automated