You are here

Functions in Physical Fields 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_physical_dimensions_unit_info_alter ./physical.api.php Allows modules to alter or define additional dimension units of measurement.
hook_physical_dimension_info_alter ./physical.api.php Allows modules to alter or define additional dimensions.
hook_physical_volume_unit_info_alter ./physical.api.php Allows modules to alter or define additional volume units of measurement.
hook_physical_weight_unit_info_alter ./physical.api.php Allows modules to alter or define additional weight units of measurement.
physical_dimensions ./physical.module Returns an associative array of dimensions. 4 10
physical_dimensions_convert ./physical.module Converts a dimension field value array to the specified unit.
physical_dimensions_field_data_auto_creation ./physical.module Returns the default array structure for a Dimensions field for use when creating new data arrays through an entity metadata wrapper. 1
physical_dimensions_field_data_property_info ./physical.module Defines info for the properties of the Dimensions field data structure. 1
physical_dimensions_format ./physical.module Returns the formatted dimensions string for the given dimensions value array. 1
physical_dimensions_property_info_callback ./physical.module Callback to alter the property info of Dimensions fields. 1
physical_dimension_units ./physical.module Returns an associative array of dimensions units of measurement. 3
physical_dimension_unit_abbreviation ./physical.module Returns the translated abbreviation of a dimension unit of measurement. 2
physical_dimension_unit_name ./physical.module Returns the name of a dimension unit of measurement.
physical_dimension_unit_options ./physical.module Returns an options array of dimension units of measurement. 2
physical_feeds_processor_targets_alter ./physical.feeds.inc Implements hook_feeds_processor_targets_alter().
physical_feeds_set_target ./physical.feeds.inc Callback for hook_feeds_processor_targets_alter(). 1
physical_field_formatter_info ./physical.module Implements hook_field_formatter_info().
physical_field_formatter_view ./physical.module Implements hook_field_formatter_view().
physical_field_info ./physical.module Implements hook_field_info().
physical_field_is_empty ./physical.module Implements hook_field_is_empty().
physical_field_schema ./physical.install Implements hook_field_schema().
physical_field_validate ./physical.module Implements hook_field_validate().
physical_field_widget_error ./physical.module Implements hook_field_widget_error().
physical_field_widget_form ./physical.module Implements hook_field_widget_form().
physical_field_widget_info ./physical.module Implements hook_field_widget_info().
physical_field_widget_settings_form ./physical.module Implements hook_field_widget_settings_form().
physical_migrate_api ./physical.migrate.inc Implementation of hook_migrate_api().
physical_volume_convert ./physical.module Converts a volume field value array to the specified unit.
physical_volume_field_data_auto_creation ./physical.module Returns the default array structure for a volume field. 1
physical_volume_field_data_property_info ./physical.module Defines info for the properties of the volume field data structure. 1
physical_volume_format ./physical.module Returns the formatted volume string for the given volume value array. 1
physical_volume_property_info_callback ./physical.module Callback to alter the property info of volume fields. 1
physical_volume_units ./physical.module Returns an associative array of volume units of measurement. 3
physical_volume_unit_abbreviation ./physical.module Returns the translated abbreviation of a volume unit of measurement. 2
physical_volume_unit_name ./physical.module Returns the name of a volume unit of measurement.
physical_volume_unit_options ./physical.module Returns an options array of volume units of measurement. 2 1
physical_weight_convert ./physical.module Converts a weight field value array to the specified unit.
physical_weight_field_data_auto_creation ./physical.module Returns the default array structure for a Weight field for use when creating new data arrays through an entity metadata wrapper. 1
physical_weight_field_data_property_info ./physical.module Defines info for the properties of the Weight field data structure. 1
physical_weight_format ./physical.module Returns the formatted weight string for the given weight value array. 1
physical_weight_property_info_callback ./physical.module Callback to alter the property info of weight fields. 1
physical_weight_units ./physical.module Returns an associative array of weight units of measurement. 3
physical_weight_unit_abbreviation ./physical.module Returns the translated abbreviation of a weight unit of measurement. 2
physical_weight_unit_name ./physical.module Returns the name of a weight unit of measurement.
physical_weight_unit_options ./physical.module Returns an options array of weight units of measurement. 2 1

Other projects