constant MVF_UNIT_ORIGINAL in Measured Value Field 7
Constant denotes outputting the entered value in the originally entered unit measure.
3 uses of MVF_UNIT_ORIGINAL
- mvf_items_convert in ./
mvf.module - Supportive function, normally should be used in formatters of MVF field.
- mvf_unit_suggester_original_unit in plugins/
unit_suggesters/ original.inc - Suggest output unit for a MVF field.
- _mvf_widget_process in ./
mvf.module - Process function for form element type 'mvf_widget'.
File
- ./
mvf.module, line 31 - Define a field type of measured value.
Code
define('MVF_UNIT_ORIGINAL', -1);