function _taxonomy_get_tid_from_term

Helper function for array_map purposes.

File

drupal/modules/taxonomy/taxonomy.module, line 1405
Enables the organization of content into categories.

Code

function _taxonomy_get_tid_from_term($term) {
  return $term->tid;
}