action_help($route_name, RouteMatchInterface $route_match)
Implements hook_help().
File
core/modules/action/action.module, line 13 This is the Actions module for executing stored actions.
Code
function action_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
case 'help.page.action':
$output = '';
$output .= '<h3>' . t('About') . '</h3>';
$output .= '<p>' . t('The Actions module provides tasks that can be executed by the site