You are here

constant TVI_TYPE_VOCAB in Taxonomy Views Integrator 7

Same name and namespace in other branches
  1. 6 tvi.module \TVI_TYPE_VOCAB
7 uses of TVI_TYPE_VOCAB
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_vocabulary_delete in ./tvi.module
Implements hook_taxonomy_vocabulary_delete().
tvi_update_7001 in ./tvi.install
Replace vids by machine_names and tids by uuids if enabled.

... See full list

File

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

Code

define('TVI_TYPE_VOCAB', 'vocab');