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

Implements hook_field_formatter_settings_summary_alter().

File

core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module, line 48
Test module.

Code

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