constant CUSTOM_SEARCH_ALL_TEXT_DEFAULT in Custom Search 6
Same name and namespace in other branches
- 7 custom_search.module \CUSTOM_SEARCH_ALL_TEXT_DEFAULT
7 uses of CUSTOM_SEARCH_ALL_TEXT_DEFAULT
- custom_search_form_alter in ./
custom_search.module - Implementation of hook_form_alter().
- custom_search_i18n_form_alter in modules/
custom_search_i18n/ custom_search_i18n.module - Implementation of hook_form_alter().
- custom_search_i18n_locale_refresh in modules/
custom_search_i18n/ custom_search_i18n.module - custom_search_preprocess_search_results in theme/
custom_search.pages.inc - custom_search_taxonomy_admin in modules/
custom_search_taxonomy/ custom_search_taxonomy.admin.inc
File
- ./
custom_search.module, line 15 - Bring customizations to the default search box
Code
define('CUSTOM_SEARCH_ALL_TEXT_DEFAULT', t('-Any-'));