You are here

constant TVI_DEFAULT_DISPLAY in Taxonomy Views Integrator 6

Same name and namespace in other branches
  1. 7 tvi.module \TVI_DEFAULT_DISPLAY

Default view display name

2 uses of TVI_DEFAULT_DISPLAY
tvi_get_view_depth in ./tvi.module
Views only saves the depth to the default display if it is not overridden in other displays.
tvi_schema in ./tvi.install
Implements hook_schema().

File

./tvi.module, line 17
Enables use of views for taxonomy pages.

Code

define('TVI_DEFAULT_DISPLAY', 'default');