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();
doc_Drupal
2016-10-29 09:53:24
Comments
Leave a Comment

Please login to continue.