Joining two text fields in a Computed Text field
I have two fields whose type is List (text). In the allowed values list, i want to join them. I used the following code.
$value = $entity->field_a->value . $entity->field_b->value;
$value = $fields['field_a'][0]['value'] . $fields['field_b'][0]['value'];
I can get the result fine, but the value returns the keys only. How can I get the labels?

This article was republished from its original source.
Pixeldust is a 20-year-old web development agency specializing in Drupal and WordPress and working with clients all over the country. With our best in class capabilities, we work with small businesses and fortune 500 companies alike. Give us a call at 1(800)730-2416 and let’s talk about your project.