public function DoubleFieldField::getValue in Double Field 7.2
Value getter.
File
- tests/
double_field_field.inc, line 86 - The file contains a class that assists to test Double Field field settings.
Class
- DoubleFieldField
- Helper class to test Double Field field settings.
Code
public function getValue() {
return $this->value;
}