function efq_views_test_decimal in EntityFieldQuery Views Backend 7
1 string reference to 'efq_views_test_decimal'
- efq_views_test_entity_property_info_alter in tests/
efq_views_test.module - Implements hook_entity_property_info().
File
- tests/
efq_views_test.module, line 59 - Provides info about the efq_views test entity.
Code
function efq_views_test_decimal($entity, array $options, $name) {
return $entity->test_decimal / 100;
}