Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 301209

Drop taxonomy_vocabulary_load_multiple() and taxonomy_term_load_multiple() in favour of entity_load_multiple()

$
0
0

Problem/Motivation

taxonomy_vocabulary_load_multiple() and taxonomy_term_load_multiple() are useless wrappers to entity_load_multiple()

Proposed resolution

Replace calls to corresponding:
taxonomy_vocabulary_load_multiple($vids) => entity_load_multiple('taxonomy_vocabulary', $vids)
taxonomy_term_load_multiple($tids) => entity_load_multiple('taxonomy_term', $tids)

Remaining tasks


Viewing all articles
Browse latest Browse all 301209

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>