function FormClassMissingName::buildForm

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php \Drupal\Tests\Core\Routing\FormClassMissingName::buildForm()

File

core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php, line 196

Class

FormClassMissingName
Test class.

Namespace

Drupal\Tests\Core\Routing

Code

public function buildForm(array $form, FormStateInterface $form_state) : array {
  return [];
}

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