You are here

public function Example2::multiformTestDelete in Multiple forms 8

Submit handler for the delete button

File

multiform_example/src/Form/Example2.php, line 44
Contains \Drupal\multiform_example\Form\Example2.

Class

Example2

Namespace

Drupal\multiform_example\Form

Code

public function multiformTestDelete(array &$form, FormStateInterface $form_state) {
  drupal_set_message('Multiform Example 2 test Delete.');
}