function FloatData::getCastedValue
Same name in other branches
- 9 core/lib/Drupal/Core/TypedData/Plugin/DataType/FloatData.php \Drupal\Core\TypedData\Plugin\DataType\FloatData::getCastedValue()
- 10 core/lib/Drupal/Core/TypedData/Plugin/DataType/FloatData.php \Drupal\Core\TypedData\Plugin\DataType\FloatData::getCastedValue()
- 11.x core/lib/Drupal/Core/TypedData/Plugin/DataType/FloatData.php \Drupal\Core\TypedData\Plugin\DataType\FloatData::getCastedValue()
Overrides PrimitiveInterface::getCastedValue
File
-
core/
lib/ Drupal/ Core/ TypedData/ Plugin/ DataType/ FloatData.php, line 24
Class
- FloatData
- The float data type.
Namespace
Drupal\Core\TypedData\Plugin\DataTypeCode
public function getCastedValue() {
return (double) $this->value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.