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.