_taxonomy_get_tid_from_term

Versions
4.6 – 7
_taxonomy_get_tid_from_term($term)

Helper function for array_map purposes.

Code

modules/taxonomy/taxonomy.module, line 1299

<?php
function _taxonomy_get_tid_from_term($term) {
  return $term->tid;
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.