function field_third_party_test_field_widget_settings_summary_alter

Same name and namespace in other branches
  1. 9 core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module \field_third_party_test_field_widget_settings_summary_alter()
  2. 8.9.x core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module \field_third_party_test_field_widget_settings_summary_alter()
  3. 10 core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module \field_third_party_test_field_widget_settings_summary_alter()

Implements hook_field_widget_settings_summary_alter().

File

core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module, line 28

Code

function field_third_party_test_field_widget_settings_summary_alter(&$summary, $context) {
    $summary[] = 'field_test_field_widget_settings_summary_alter';
    return $summary;
}

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