function FieldThirdPartyTestHooks::fieldWidgetSettingsSummaryAlter

Implements hook_field_widget_settings_summary_alter().

File

core/modules/field/tests/modules/field_third_party_test/src/Hook/FieldThirdPartyTestHooks.php, line 34

Class

FieldThirdPartyTestHooks
Hook implementations for field_third_party_test.

Namespace

Drupal\field_third_party_test\Hook

Code

public function fieldWidgetSettingsSummaryAlter(&$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.