function TestClass::buildConfigurationForm
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php \Drupal\Tests\Core\Plugin\TestClass::buildConfigurationForm()
- 10 core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php \Drupal\Tests\Core\Plugin\TestClass::buildConfigurationForm()
- 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
Namespace
Drupal\Tests\Core\PluginCode
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.