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

Removed redundant help message for installing package manager

parent 3f279a28
No related branches found
No related tags found
No related merge requests found
......@@ -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