Skip to content

Instantly share code, notes, and snippets.

@peterlozano
Last active July 8, 2016 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterlozano/a88aa54a54696364ac764a21d166a648 to your computer and use it in GitHub Desktop.
Save peterlozano/a88aa54a54696364ac764a21d166a648 to your computer and use it in GitHub Desktop.
Drupal 8: Get user entity for node author
<?php
$user = $node->uid->entity;
$email = $node->uid->entity->mail->value;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment