comparison core/lib/Drupal/Component/Uuid/Com.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
6 * Generates a UUID using the Windows internal GUID extension. 6 * Generates a UUID using the Windows internal GUID extension.
7 * 7 *
8 * @see http://php.net/com_create_guid 8 * @see http://php.net/com_create_guid
9 */ 9 */
10 class Com implements UuidInterface { 10 class Com implements UuidInterface {
11
11 /** 12 /**
12 * {@inheritdoc} 13 * {@inheritdoc}
13 */ 14 */
14 public function generate() { 15 public function generate() {
15 // Remove {} wrapper and make lower case to keep result consistent. 16 // Remove {} wrapper and make lower case to keep result consistent.