'#markup'=>$this->t('It\'s a good idea to <a href=":url">back up your database</a> before you begin.',[':url'=>'https://www.drupal.org/node/22281#s-backing-up-the-database']),
$this->t('Latest version of Drupal @major.@minor (next minor):',[
'@major'=>$next_minor_version->getMajorVersion(),
'@minor'=>$next_minor_version->getMinorVersion(),
]),
$installed_minor_release?'update-optional':$type,
$create_update_buttons,
$is_primary
);
}
$form['backup']=[
'#markup'=>$this->t('It\'s a good idea to <a href=":url">back up your database</a> before you begin.',[':url'=>'https://www.drupal.org/node/22281#s-backing-up-the-database']),
];
if($stage_exists){
// If the form has been submitted, do not display this error message
@@ -286,13 +285,6 @@ class UpdaterForm extends FormBase {
'#submit'=>['::deleteExistingUpdate'],
];
}
// If there were no errors, allow the user to proceed with the update.