Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
228
Merge Requests
228
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
2411a137
Commit
2411a137
authored
Jul 16, 2016
by
xjm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1738622
by Mile23, Cottser, jhodgdon: Documentation cleanup for UUID API
parent
52cd7e91
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
core/lib/Drupal/Component/Uuid/Com.php
core/lib/Drupal/Component/Uuid/Com.php
+1
-1
core/lib/Drupal/Component/Uuid/Pecl.php
core/lib/Drupal/Component/Uuid/Pecl.php
+1
-1
core/lib/Drupal/Component/Uuid/Uuid.php
core/lib/Drupal/Component/Uuid/Uuid.php
+1
-1
No files found.
core/lib/Drupal/Component/Uuid/Com.php
View file @
2411a137
...
...
@@ -3,7 +3,7 @@
namespace
Drupal\Component\Uuid
;
/**
*
UUID implementation
using the Windows internal GUID extension.
*
Generates a UUID
using the Windows internal GUID extension.
*
* @see http://php.net/com_create_guid
*/
...
...
core/lib/Drupal/Component/Uuid/Pecl.php
View file @
2411a137
...
...
@@ -3,7 +3,7 @@
namespace
Drupal\Component\Uuid
;
/**
*
UUID implementation
using the PECL extension.
*
Generates a UUID
using the PECL extension.
*/
class
Pecl
implements
UuidInterface
{
...
...
core/lib/Drupal/Component/Uuid/Uuid.php
View file @
2411a137
...
...
@@ -13,7 +13,7 @@ class Uuid {
const
VALID_PATTERN
=
'[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}'
;
/**
* Checks
that
a string appears to be in the format of a UUID.
* Checks
whether
a string appears to be in the format of a UUID.
*
* Implementations should not implement validation, since UUIDs should be in
* a consistent format across all implementations.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment