By reprogrammer on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
Changes to API Functions
Renamed Functions
taxonomy_get_parents($tid)totaxonomy_term_load_parents($tid)taxonomy_get_parents_all($tid)totaxonomy_term_load_parents_all($tid)taxonomy_get_children($tid, $vid = 0)totaxonomy_term_load_children($tid, $vid = 0)taxonomy_get_term_by_name($name, $vocabulary = NULL)totaxonomy_term_load_multiple_by_name($name, $vocabulary = NULL)taxonomy_term_load_multiple()to\Drupal\taxonomy\Entity\Term::loadMultiple()
Impacts:
Module developers