Get name & tid from loaded terms foreach ($terms as $term) { $name = $term->get('name')->getString(); $tid = $term->get('tid')->getString(); } Reply