Change record status: 
Project: 
Introduced in branch: 
8.x
Description: 

Changes to API Functions

Renamed Functions

  • taxonomy_get_parents($tid) to taxonomy_term_load_parents($tid)
  • taxonomy_get_parents_all($tid) to taxonomy_term_load_parents_all($tid)
  • taxonomy_get_children($tid, $vid = 0) to taxonomy_term_load_children($tid, $vid = 0)
  • taxonomy_get_term_by_name($name, $vocabulary = NULL) to taxonomy_term_load_multiple_by_name($name, $vocabulary = NULL)
  • taxonomy_term_load_multiple() to \Drupal\taxonomy\Entity\Term::loadMultiple()
Impacts: 
Module developers