You are here

constant PHONE_MODULE_PATH in Webform Phone Number 7.2

4 uses of PHONE_MODULE_PATH
webform_validate_phone in ./webform_phone.components.inc
Validation Callback for phone field
_webform_edit_phone in ./webform_phone.components.inc
Generate the form for editing a component. Create a set of form elements to be displayed on the form for editing this component. Use care naming the form items, as this correlates directly to the database schema. The component "Name" and…
_webform_phone_render_value in ./webform_phone.components.inc
Use the Phone module to generate the rendered output for this field's value
_webform_render_phone in ./webform_phone.components.inc
Render a Webform component to be part of a form.

File

./webform_phone.components.inc, line 7
Webform Component information for a phone number field type

Code

define('PHONE_MODULE_PATH', drupal_get_path('module', 'phone'));