function theme_computed_field_formatter_computed_value in Computed Field 6
Same name and namespace in other branches
- 5 computed_field.module \theme_computed_field_formatter_computed_value()
Theme function for 'computed_value' text field formatter.
File
- ./
computed_field.module, line 414
Code
function theme_computed_field_formatter_computed_value($element) {
return $element['#item']['value'];
}