Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
2411a137
Commit
2411a137
authored
Jul 16, 2016
by
xjm
Browse files
Issue
#1738622
by Mile23, Cottser, jhodgdon: Documentation cleanup for UUID API
parent
52cd7e91
Changes
3
Hide whitespace changes
Inline
Side-by-side
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