public function UuidInterface::generate

public UuidInterface::generate()

Generates a Universally Unique IDentifier (UUID).

Return value

A 16 byte integer represented as a hex string formatted with 4 hyphens.

File

core/lib/Drupal/Component/Uuid/UuidInterface.php, line 16

Class

UuidInterface
Interface for generating UUIDs.

Namespace

Drupal\Component\Uuid

Code

public function generate();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Uuid!UuidInterface.php/function/UuidInterface::generate/8.1.x