$ret[$module]['warning']='<em>'.$module.'</em> module cannot be updated. Its schema version is '.$schema_version.', which is from an earlier major release of Drupal. You will need to <a href="https://www.drupal.org/node/2127611">migrate the data for this module</a> instead.';
$ret[$module]['warning']='<em>'.$module.'</em> module cannot be updated. Its schema version is '.$schema_version.', which is from an earlier major release of Drupal. See the <a href="https://www.drupal.org/docs/upgrading-drupal">Upgrading Drupal guide</a>.';
continue;
}
// Otherwise, get the list of updates defined by this module.
'#markup'=>'<p>'.$this->t('Use this utility to update your database whenever a new release of Drupal or a module is installed.').'</p><p>'.$this->t('For more detailed information, see the <a href="https://www.drupal.org/upgrade">upgrading handbook</a>. If you are unsure what these terms mean you should probably contact your hosting provider.').'</p>',
'#markup'=>'<p>'.$this->t('Use this utility to update your database whenever a new release of Drupal or a module is installed.').'</p><p>'.$this->t('For more detailed information, see the <a href="https://www.drupal.org/docs/updating-drupal">Updating Drupal guide</a>. If you are unsure what these terms mean you should probably contact your hosting provider.').'</p>',
];
$info[]=$this->t("<strong>Back up your code</strong>. Hint: when backing up module code, do not leave that backup in the 'modules' or 'sites/*/modules' directories as this may confuse Drupal's auto-discovery mechanism.");
'no-core'=>t('Automatic updating of Drupal core is not supported. See the <a href=":upgrade-guide">upgrade guide</a> for information on how to update Drupal core manually.',[':upgrade-guide'=>'https://www.drupal.org/upgrade']),
'no-core'=>t('Automatic updating of Drupal core is not supported. See the <a href=":update-guide">Updating Drupal guide</a> for information on how to update Drupal core manually.',[':update-guide'=>'https://www.drupal.org/docs/updating-drupal']),