You are here

function weight_weight_property_get in Weight 7.2

Entity API getter callback for the 'weight' property.

1 string reference to 'weight_weight_property_get'
weight_entity_property_info_alter in ./weight.module
Implements hook_entity_property_info_alter().

File

./weight.module, line 107

Code

function weight_weight_property_get($node) {
  return _weight_get_weight($node);
}