Determines whether this class can update the specified project.
string $project_name: The project to check.
bool
public static function canUpdate($project_name) { return (bool) \Drupal::service('extension.list.module')->getPath($project_name); }