function TestPluginForm::buildConfigurationForm

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

Overrides PluginFormInterface::buildConfigurationForm

File

core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php, line 519

Class

TestPluginForm

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.