function MockFormBase::submit_handler

Same name and namespace in other branches
  1. 10 core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php \Drupal\Tests\Core\Form\MockFormBase::submit_handler()

Function used in the mocking process of this test.

File

core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php, line 285

Class

MockFormBase
Interface used in the mocking process of this test.

Namespace

Drupal\Tests\Core\Form

Code

public function submit_handler(array $array, FormStateInterface $form_state) : void {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.