Kloport
8/15/2016 - 8:51 PM

Drupal 8 : Get taxonomy term

$term = Term::load($node->get('field_...')->target_id);
$term->getName();