_taxonomy_get_tid_from_term

5 taxonomy.module _taxonomy_get_tid_from_term($term)
6 taxonomy.module _taxonomy_get_tid_from_term($term)
7 taxonomy.module _taxonomy_get_tid_from_term($term)
8 taxonomy.module _taxonomy_get_tid_from_term(TaxonomyTerm $term)

Helper function for array_map purposes.

1 string reference to '_taxonomy_get_tid_from_term'

File

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

Code

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