Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jonathanfranks/90beb0327e7fc20ab9e71d0b86f07734 to your computer and use it in GitHub Desktop.
Save jonathanfranks/90beb0327e7fc20ab9e71d0b86f07734 to your computer and use it in GitHub Desktop.
Drupal 8 generate UUID
$uuid_service = \Drupal::service('uuid');
$uuid = $uuid_service->generate();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment