I see that in the code there is mention of this hook.
However i cannot get mymodule_relelvant_content_terms() to trigger. Is it not implemented?
This would be a great feature.
I see that in the code there is mention of this hook.
However i cannot get mymodule_relelvant_content_terms() to trigger. Is it not implemented?
This would be a great feature.
Comments
Comment #1
nicholasthompsonApologies for the delayed response...
I do need to document this better. It's actually
hook_relevant_content_terms_alter. It gets invoked using thedrupal_alterfunction.I haven't tested it yet but I see no obvious reason for it not to work. Just bear in mind that this hook should be used in a similar way to other "hook_*_alter" commands such as
hook_menu_alter.