Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $profile_type = 'my_profile';
  2. $user_id = 1;
  3. $current_user = User::load($user_id);
  4. $active_profile = $this->entityTypeManager()->getStorage('profile')->loadByUser($current_user, $profile_type);
  5.  
  6. print_r($active_profile);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement