Skip to content
Snippets Groups Projects
Verified Commit a8135412 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3453551 by mstrelan: Fix return type of FormatterInterface::settingsSummary

(cherry picked from commit 8706c216)
parent bbd5898b
No related branches found
No related tags found
3 merge requests!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #197734 passed
Pipeline: drupal

#197737

    ......@@ -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();
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment