constant CUSTOM_SEARCH_HINT_TEXT_DEFAULT in Custom Search 7
4 uses of CUSTOM_SEARCH_HINT_TEXT_DEFAULT
- custom_search_form_alter in ./
custom_search.module - Implements hook_form_alter().
- custom_search_i18n_custom_search_box in modules/
custom_search_i18n/ custom_search_i18n.module - Implements hook_custom_search_box().
- custom_search_i18n_locale_refresh in modules/
custom_search_i18n/ custom_search_i18n.module - _custom_search_default_admin_form in includes/
forms.inc - Default admin form.
File
- ./
custom_search.module, line 11 - Bring customizations to the default search box
Code
define('CUSTOM_SEARCH_HINT_TEXT_DEFAULT', t('Enter the terms you wish to search for.'));