I want to get name and value from field of user. I don’t know how to get name of label such as
id:1, name:’BBL’
$user = DrupaluserEntityUser::load(Drupal::currentUser()->id());
return [
'id'=>$user->get('field_org')->value,
'name' => ...
]
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I want to get name and value from field of user. I don’t know how to get name of label such as
id:1, name:’BBL’
$user = DrupaluserEntityUser::load(Drupal::currentUser()->id());
return [
'id'=>$user->get('field_org')->value,
'name' => ...
]