Loading core/lib/Drupal/Core/Field/FormatterInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ public function settingsForm(array $form, FormStateInterface $form_state); * If an empty result is returned, a UI can still be provided to display * a settings form in case the formatter has configurable settings. * * @return string[] * @return array<string|\Stringable> * A short summary of the formatter settings. */ public function settingsSummary(); Loading Loading
core/lib/Drupal/Core/Field/FormatterInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ public function settingsForm(array $form, FormStateInterface $form_state); * If an empty result is returned, a UI can still be provided to display * a settings form in case the formatter has configurable settings. * * @return string[] * @return array<string|\Stringable> * A short summary of the formatter settings. */ public function settingsSummary(); Loading