function field_third_party_test_field_formatter_settings_summary_alter
Same name in other branches
- 9 core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module \field_third_party_test_field_formatter_settings_summary_alter()
- 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()
- 11.x 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
Code
function field_third_party_test_field_formatter_settings_summary_alter(&$summary, $context) {
$summary[] = 'field_test_field_formatter_settings_summary_alter';
return $summary;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.