function BinaryData::getCastedValue
Gets the primitive data value casted to the correct PHP type.
Return value
mixed The primitive data value cast to the correct PHP type.
Overrides PrimitiveInterface::getCastedValue
File
-
core/
lib/ Drupal/ Core/ TypedData/ Plugin/ DataType/ BinaryData.php, line 89
Class
- BinaryData
- The binary data type.
Namespace
Drupal\Core\TypedData\Plugin\DataTypeCode
public function getCastedValue() {
return $this->getValue();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.