function field_test_field_widget_complete_form_alter

Same name and namespace in other branches
  1. 9 core/modules/field/tests/modules/field_test/field_test.module \field_test_field_widget_complete_form_alter()
  2. 10 core/modules/field/tests/modules/field_test/field_test.module \field_test_field_widget_complete_form_alter()

Implements hook_field_widget_complete_form_alter().

File

core/modules/field/tests/modules/field_test/field_test.module, line 117

Code

function field_test_field_widget_complete_form_alter(array &$field_widget_complete_form, FormStateInterface $form_state, array $context) {
    _field_test_alter_widget("hook_field_widget_complete_form_alter", $field_widget_complete_form, $form_state, $context);
}

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