Hello friends,I am trying override the catalog list that comes while creating a product.I want to show only selected catalogs based on the permission a user has.I came across that taxonomy terms are listed in taxonomy_form_alter() function in taxonomy module.
I also read a line there at top of the function.
Implementation of hook_form_alter().
* Generate a form for selecting terms to associate with a node.
* We check for taxonomy_override_selector before loading the full
* vocabulary, so contrib modules can intercept before hook_form_alter
* and provide scalable alternatives.
"We check for taxonomy_override_selector before loading the full
* vocabulary, so contrib modules can intercept before hook_form_alter".
My question is what that means.Can i alter the display of taxonomy terms in my module.If yes,can you please suggest how to do that.
Thanks to all..
Akaash