Where in code do I add taxonomy_save_vocabulary for drupal module

Posted by DKinzer on Stack Overflow See other posts from Stack Overflow or by DKinzer
Published on 2010-04-14T19:29:30Z Indexed on 2010/04/14 19:33 UTC
Read the original article Hit count: 383

Filed under:

I know that in order to programmatically add my own taxonomy to a node I need to use the taxonomy_save_vocabulary function and pass it an array defining my vocabulary. But I need to know where does this code usually go in the module. I'm assuming the install file?

Thanks!

D

© Stack Overflow or respective owner

Related posts about drupal