function _taxonomy_get_tid_from_term

Helper function for array_map purposes.

File

modules/taxonomy/taxonomy.module, line 1407

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.