public function ContentEntityNormalizerInterface::denormalize in Default Content for D8 2.0.x
Converts the normalized data back into a content entity.
Parameters
array $data: The normalized data.
Return value
\Drupal\Core\Entity\ContentEntityInterface The denormalized content entity.
1 method overrides ContentEntityNormalizerInterface::denormalize()
- ContentEntityNormalizer::denormalize in src/
Normalizer/ ContentEntityNormalizer.php - Converts the normalized data back into a content entity.
File
- src/
Normalizer/ ContentEntityNormalizerInterface.php, line 34
Class
- ContentEntityNormalizerInterface
- Normalizes and denormalizes content entities.
Namespace
Drupal\default_content\NormalizerCode
public function denormalize(array $data);