| 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.
File
- modules/
taxonomy/ taxonomy.module, line 1286 - Enables the organization of content into categories.
Code
function _taxonomy_get_tid_from_term($term) {
return $term->tid;
}
Login or register to post comments