Skip to content
Snippets Groups Projects
Commit 05cabbf5 authored by Mohammed Hani Shaik's avatar Mohammed Hani Shaik
Browse files

Merge branch '3515746-project_browser_language_fix' into '2.0.x'

#3515746 - Removed redundant help message for installing package manager

See merge request !788
parents 3f279a28 85f62b6e
No related branches found
No related tags found
No related merge requests found
Pipeline #459015 canceled
## Introduction
asdf
Project Browser (PB) makes it possible to find modules within your Drupal installation. It removes the need to leave the admin UI and visit Drupal.org to find and install modules. It is build to be a more intuitive experience than the module listing on Drupal.org. Only modules compatible with your site are displayed, and enhanced filtering capabilities provide a streamlined view of projects.
......
......@@ -92,13 +92,6 @@ final class SettingsForm extends ConfigFormBase {
'#disabled' => $package_manager_not_ready,
];
if ($package_manager_not_ready) {
$form['allow_ui_install_compatibility'] = [
'#type' => 'container',
'#markup' => $this->t('The ability to install modules via the Project Browser UI requires Package Manager version 2.5 or newer. Package Manager is provided as part of the <a href="https://www.drupal.org/project/automatic_updates" target="_blank" rel="noopener noreferrer">Automatic Updates</a> module.'),
];
}
$source_plugins = $this->manager->getDefinitions();
$enabled_sources = $config->get('enabled_sources');
// Sort the source plugins by the order they're stored in config.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment