'#description'=>$this->t('When enabled (and Package Manager from the Automatic Updates module is installed), modules can be downloaded and enabled via the Project Browser UI.'),
'#description'=>$this->t('When enabled, modules can be downloaded and enabled via the Project Browser UI.'),
'#disabled'=>$package_manager_not_ready,
];
if($package_manager_not_ready){
$form['allow_ui_install_compatiblity']=[
'#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 Automatic Updates module.'),
];
}
$source_plugins=$this->manager->getDefinitions();
$enabled_sources=$config->get('enabled_sources');
// Sort the source plugins by the order they're stored in config.