$this->t('NOTICE: While Slack module is enabled, it is not properly configured. Please configure Slack ')
.$link
.'</p>',
'#markup'=>'<p>'.$this->t('NOTICE: While Slack module is enabled, it is not properly configured. Please <a href="@configure-slack">configure Slack</a>.',['@configure-slack'=>$url->toString()]).'</p>',
];
}
}
...
...
@@ -300,6 +321,8 @@ class ConfigNotifySettingsForm extends ConfigFormBase {