function TestPluginWithForm::buildConfigurationForm
Same name and namespace in other branches
- 11.x core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php \Drupal\Tests\Core\Theme\Icon\TestPluginWithForm::buildConfigurationForm()
File
-
core/
tests/ Drupal/ Tests/ Core/ Theme/ Icon/ IconPackExtractorFormTest.php, line 133
Class
- TestPluginWithForm
- Test class for form.
Namespace
Drupal\Tests\Core\Theme\IconCode
public function buildConfigurationForm(array $form, FormStateInterface $form_state) : array {
$form['plugin_build_form'] = 'plugin_build_form';
return $form;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.