Skip to content
Snippets Groups Projects
Commit 758257a7 authored by catch's avatar catch
Browse files

Issue #3447550 by brandonlira, sadamafridi, charlliequadros, joachim,...

Issue #3447550 by brandonlira, sadamafridi, charlliequadros, joachim, santhosh@21: defaultStorageSettings() and defaultFieldSettings() should document that they must not have setting names in common
parent 1f63c5d0
Branches
No related tags found
4 merge requests!12873Fix an TypeError on StatementWrapperIterator that occurs at the end of running phpunit,!12628#3524738 backport without deprecation,!5423Draft: Resolve #3329907 "Test2",!213Issue #2906496: Give Media a menu item under Content
Pipeline #535418 canceled
Pipeline: drupal

#535419

    ......@@ -249,6 +249,10 @@ public static function generateSampleValue(FieldDefinitionInterface $field_defin
    /**
    * Defines the storage-level settings for this plugin.
    *
    * Setting names defined by this method must not duplicate the setting names
    * returned by this plugin's implementation of defaultFieldSettings(), as
    * both lists of settings are merged.
    *
    * @return array
    * A list of default settings, keyed by the setting name.
    */
    ......@@ -257,6 +261,10 @@ public static function defaultStorageSettings();
    /**
    * Defines the field-level settings for this plugin.
    *
    * Setting names defined by this method must not duplicate the setting names
    * returned by this plugin's implementation of defaultStorageSettings(), as
    * both lists of settings are merged.
    *
    * @return array
    * A list of default settings, keyed by the setting name.
    */
    ......
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please to comment