You are here

public function Example1::multiformTestDelete in Multiple forms 8

Submit handler for the delete button

File

multiform_example/src/Form/Example1.php, line 42
Contains \Drupal\multiform_example\Form\Example1.

Class

Example1

Namespace

Drupal\multiform_example\Form

Code

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