function field_timer_options_list in Field Timer 7.2
Same name and namespace in other branches
- 7 field_timer.module \field_timer_options_list()
Implements hook_options_list().
File
- ./
field_timer.module, line 90 - Main module file.
Code
function field_timer_options_list($field, $instance, $entity_type, $entity) {
return field_timer_entity_properties($entity_type);
}