By admin , 28 February, 2023 Tags entityTypeManager taxonomy $category_term = \Drupal::entityTypeManager()->getStorage('taxonomy_term')->loadByProperties([ 'vid' => 'category', 'field_category_id' => $id, ]); $category_term = \reset($category_term);