Skip to content
Snippets Groups Projects
Verified Commit 4abd5620 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #2625142 by felribeiro, quietone, tstoeckler, cilefen, Arla, jhodgdon,...

Issue #2625142 by felribeiro, quietone, tstoeckler, cilefen, Arla, jhodgdon, smustgrave, Berdir: Document that Uuid::isValid() only considers lowercase UUIDs as valid

(cherry picked from commit b8dc375a)
parent 37f50d6d
No related branches found
No related tags found
8 merge requests!12684Issue #3220784,!12537Add ViewsConfigUpdater deprecation support for default_argument_skip_url,!12523Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase...,!122353526426-warning-for-missing,!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!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 #246111 passed with warnings
Pipeline: drupal

#246113

    ......@@ -13,7 +13,7 @@ class Uuid {
    const VALID_PATTERN = '[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}';
    /**
    * Checks whether a string appears to be in the format of a UUID.
    * Checks that a string appears to be in the format of a lower-case UUID.
    *
    * Implementations should not implement validation, since UUIDs should be in
    * a consistent format across all implementations.
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment