function TimestampNormalizer::denormalize
Overrides DateTimeNormalizer::denormalize
File
-
core/
modules/ serialization/ src/ Normalizer/ TimestampNormalizer.php, line 42
Class
- TimestampNormalizer
- Converts values for the Timestamp data type to and from common formats.
Namespace
Drupal\serialization\NormalizerCode
public function denormalize($data, $class, $format = NULL, array $context = []) {
$denormalized = parent::denormalize($data, $class, $format, $context);
return $denormalized->getTimestamp();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.