You are here

function hook_physical_dimensions_unit_info_alter in Physical Fields 7

Allows modules to alter or define additional dimension units of measurement.

Parameters

&$units: The array of dimension units of measurement, each one defined as an array containing a name and abbreviation.

File

./physical.api.php, line 51
Hooks provided by the Physical Fields module.

Code

function hook_physical_dimensions_unit_info_alter(&$units) {

  // No example.
}