constant WEBFORM_HINTS_DEFAULT_REQUIRED_INDICATOR in Webform Hints 7
Default indicator for required field labels. Configurable in module settings.
3 uses of WEBFORM_HINTS_DEFAULT_REQUIRED_INDICATOR
- webform_hints_admin_settings in ./
webform_hints.admin.inc - Menu callback; displays the Webform hints module settings page.
- webform_hints_form_alter in ./
webform_hints.module - Implements hook_form_alter().
- webform_hints_variable_info in ./
webform_hints.module - Implements hook_variable_info().
File
- ./
webform_hints.module, line 13 - This module applies the titles of webform components as placeholder hints.
Code
define('WEBFORM_HINTS_DEFAULT_REQUIRED_INDICATOR', ' (required)');