function MockFormBase::simple_string_submit

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

Function used in the mocking process of this test.

File

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

Class

MockFormBase
Interface used in the mocking process of this test.

Namespace

Drupal\Tests\Core\Form

Code

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

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