constant CURRENT_SEARCH_DISPLAY_ALWAYS in Facet API 6.3
Same name and namespace in other branches
- 7.2 contrib/current_search/current_search.module \CURRENT_SEARCH_DISPLAY_ALWAYS
- 7 contrib/current_search/current_search.module \CURRENT_SEARCH_DISPLAY_ALWAYS
Display current search block on empty searches where no keywords are entered.
1 use of CURRENT_SEARCH_DISPLAY_ALWAYS
- current_search_check_visibility in contrib/
current_search/ current_search.block.inc - Checks whether the block should be displayed.
File
- contrib/
current_search/ current_search.module, line 17 - Provides an interface for creating blocks containing information about the current search.
Code
define('CURRENT_SEARCH_DISPLAY_ALWAYS', 1);