Skip to content
Snippets Groups Projects
Unverified Commit 8ca1b5a7 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3056616 by idebr, Pasqualle, init90, alexpott: Remove dead code in NodeTypeForm::actions()

parent b644848b
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -203,7 +203,6 @@ public function form(array $form, FormStateInterface $form_state) {
protected function actions(array $form, FormStateInterface $form_state) {
$actions = parent::actions($form, $form_state);
$actions['submit']['#value'] = t('Save content type');
$actions['delete']['#value'] = t('Delete content type');
return $actions;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment