Taxonomy override

Component ID

1973728

Component name

Taxonomy override

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

655

Component created

Component changed

Component body

Taxonomy Override provides a hook for developers to override taxonomy term page behavior.

Without implementing hooks and callback on your own module, this module will have no utility.

How use it ?

Read taxonomy_override.api.php

On your module :

Use hook_taxonomy_override_define_callback() to define available callback(s).

On your site configuration :

Based on vocabulary : Simply choose your callback function in vocabulary add/edit form.

Similar Module :

You can also take an eye on https://github.com/G-nova/useful_taxonomy/ to find useful taxonomy functions.