function 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.