->addStatus($this->t('Project Browser is currently a prototype, and the projects listed may not be up to date with Drupal.org. For the most updated list of projects, please visit <a href=":url">:url</a>',[':url'=>'https://www.drupal.org/project/project_module']))
->addStatus($this->t('Your feedback and input are welcome at <a href=":url">:url</a>',[':url'=>'https://www.drupal.org/project/issues/project_browser']));
}
return[
'#markup'=>'<div id="project-browser"></div>',
'#attached'=>[
...
...
@@ -181,11 +181,6 @@ class BrowserController extends ControllerBase {
@@ -27,7 +27,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* id = "drupalorg_mockapi",
* label = @Translation("Drupal.org (mocked)"),
* description = @Translation("Gets project and release information from a mock API"),
* status_message = @Translation("Project browser is currently a prototype, and the projects listed may not be up to date with Drupal.org. For the most updated list of projects, please visit <a href='https://www.drupal.org/project/project_module'>https://www.drupal.org/project/project_module</a>"),