function TestClass::buildConfigurationForm

Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php \Drupal\Tests\Core\Plugin\TestClass::buildConfigurationForm()
  2. 10 core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php \Drupal\Tests\Core\Plugin\TestClass::buildConfigurationForm()
  3. 11.x core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php \Drupal\Tests\Core\Plugin\TestClass::buildConfigurationForm()

Overrides PluginFormInterface::buildConfigurationForm

File

core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php, line 57

Class

TestClass

Namespace

Drupal\Tests\Core\Plugin

Code

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

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