$messages[]=$this->t('The project "@extension" can not be updated because its version is either undefined or a dev release.',['@extension'=>$extension_name]);
if(!$info['version']){
$messages[]=$this->t('The project "@extension" can not be updated because its version is either undefined or a dev release.',['@extension'=>$info['name']]);
}
}
}
...
...
@@ -94,18 +94,4 @@ class MissingProjectInfo extends Filesystem {
return['modules','profiles','themes'];
}
/**
* Returns an array of info files information of available extensions.
*
* @param string $extension_type
* The extension type.
*
* @return array
* An associative array of extension information arrays, keyed by extension