You are here

constant UNITS_TOKEN_TYPE_CONSTANT in Units of Measurement 7.2

Denote constant token type.

2 uses of UNITS_TOKEN_TYPE_CONSTANT
units_mathematical_expression_load in ./units.module
Load mathematical expression from database.
units_schema in ./units.install
Implements hook_schema().

File

./units.module, line 18
Provide API for managing and converting units of measurement.

Code

define('UNITS_TOKEN_TYPE_CONSTANT', 0);