$output.='<p>'.t('The <a href=":project">ECA</a> module provides a processor that gets triggered for every Drupal event. It validates these events against the models (event - condition - action), which are stored in config, and processes them. ECA leverages existing components of Drupal core, i.e. events and actions. For more details and help, see the <a href=":online">online documentation</a>.',[':online'=>'https://www.drupal.org/docs/contributed-modules/eca-event-condition-action',':project'=>'https://www.drupal.org/project/eca']).'</p>';
$output.='<p>'.t('ECA makes no decision about the user interface which may be required for building the (business process) models (a.k.a. rules). Instead, it provides a plugin manager with an interface to easily integrate existing tools, that already do that pretty well. Here is a list of integrated modellers:<ul><li><a href=":bpmn_io">BPMN.iO</a>: javascript based implementation, integrated into the Drupal admin UI</li><li><a href=":camunda">Camunda</a>: desktop client</li></ul>',[':bpmn_io'=>'https://www.drupal.org/project/bpmn_io',':camunda'=>'https://www.drupal.org/project/camunda']).'</p>';
$output.='<p>'.t('The <a href=":project">ECA</a> module provides a processor that gets triggered for every Drupal event. It validates these events against the models (event - condition - action), which are stored in config, and processes them. ECA leverages existing components of Drupal core, i.e. events and actions. For more details and help, see the <a href=":online">online documentation</a>.',[
$output.='<p>'.t('ECA makes no decision about the user interface which may be required for building the (business process) models (a.k.a. rules). Instead, it provides a plugin manager with an interface to easily integrate existing tools, that already do that pretty well. Here is a list of integrated modellers:<ul><li><a href=":bpmn_io">BPMN.iO</a>: javascript based implementation, integrated into the Drupal admin UI</li><li><a href=":camunda">Camunda</a>: desktop client</li></ul>',[
$output.='<p>'.t('You can react on available events within an <a href=":config_ui">ECA configuration</a>.',[':config_ui'=>'/admin/config/workflow/eca']).'</p>';
$output.='<p>'.t('You can react on available events within an <a href=":config_ui">ECA configuration</a>.',[
':config_ui'=>'/admin/config/workflow/eca',
]).'</p>';
$output.='<dl>';
$output.='<dt>'.t('All available events to react on are shown below.').'</dt>';
$output.='<dd><ul>';
@@ -49,6 +56,7 @@ function eca_help($route_name, RouteMatchInterface $route_match) {