Loading redirect.module +3 −1 Original line number Diff line number Diff line Loading @@ -372,7 +372,9 @@ function redirect_form_node_form_alter(&$form, FormStateInterface $form_state, $ 'destination' => \Drupal::destination()->get(), ]), 'attributes' => [ 'class' => 'button', 'class' => [ 'button', ], 'target' => '_blank', ], ]; Loading Loading
redirect.module +3 −1 Original line number Diff line number Diff line Loading @@ -372,7 +372,9 @@ function redirect_form_node_form_alter(&$form, FormStateInterface $form_state, $ 'destination' => \Drupal::destination()->get(), ]), 'attributes' => [ 'class' => 'button', 'class' => [ 'button', ], 'target' => '_blank', ], ]; Loading