You are here

constant TVI_TYPE_TERM in Taxonomy Views Integrator 7

Same name and namespace in other branches
  1. 6 tvi.module \TVI_TYPE_TERM
10 uses of TVI_TYPE_TERM
tvi_get_term_info in ./tvi.module
Return different data sets for a specified term id.
tvi_submit_handler in includes/tvi.admin.inc
Save the view taxonomy data to the database.
tvi_taxonomy_admin_form in includes/tvi.admin.inc
The main TVI administration form.
tvi_taxonomy_term_delete in ./tvi.module
Implements hook_taxonomy_term_delete().
tvi_term_form in includes/tvi.admin.inc
Adds TVI administration form to the term edit page.

... See full list

File

./tvi.module, line 21
Allow to define views to be used instead of default drupal behavior on taxonomy terms pages.

Code

define('TVI_TYPE_TERM', 'term');