function FormTest::testFieldFormMultipleWidgetTypeAlterSingleValues
Tests hook_field_widget_complete_WIDGET_TYPE_form_alter() with single value elements.
File
-
core/
modules/ field/ tests/ src/ Functional/ FormTest.php, line 716
Class
- FormTest
- Tests field form handling.
Namespace
Drupal\Tests\field\FunctionalCode
public function testFieldFormMultipleWidgetTypeAlterSingleValues() {
$this->widgetAlterTest('hook_field_widget_complete_WIDGET_TYPE_form_alter', 'test_field_widget_multiple_single_value');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.