Skip to content
Snippets Groups Projects
Verified Commit 6a68463c authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3395748 by KarimB, joachim: getSetting()'s documentation should specify...

Issue #3395748 by KarimB, joachim: getSetting()'s documentation should specify what happens when a setting doesn't exist

(cherry picked from commit d088a7b0)
(cherry picked from commit 7489ccac)
parent d73384c9
No related branches found
No related tags found
10 merge requests!11628Update file MediaLibraryWidget.php,!7564Revert "Issue #3364773 by roshnichordiya, Chris Matthews, thakurnishant_06,...,!5752Issue #3275828 by joachim, quietone, bradjones1, Berdir: document the reason...,!5627Issue #3261805: Field not saved when change of 0 on string start,!5427Issue #3338518: send credentials in ajax if configured in CORS settings.,!5395Issue #3387916 by fjgarlin, Spokje: Each GitLab job exposes user email,!5217Issue #3386607 by alexpott: Improve spell checking in commit-code-check.sh,!4894Issue #3280279: Add API to allow sites to opt in to upload SVG images in CKEditor 5,!3106Issue #3017548: "Filtered HTML" text format does not support manual teaser break (<!--break-->),!872Draft: Issue #3221319: Race condition when creating menu links and editing content deletes menu links
Pipeline #40962 failed
Pipeline: drupal

#40966

    Pipeline: drupal

    #40965

      Pipeline: drupal

      #40964

        +1
        ......@@ -74,7 +74,7 @@ public function getSettings();
        * The setting name.
        *
        * @return mixed
        * The setting value.
        * The setting value or NULL if the setting name doesn't exist.
        */
        public function getSetting($setting_name);
        ......
        ......@@ -143,7 +143,7 @@ public function getSettings();
        * The setting name.
        *
        * @return mixed
        * The setting value.
        * The setting value or NULL if the setting name doesn't exist.
        */
        public function getSetting($setting_name);
        ......
        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