You are here

protected function ContentEntityStorage::denormalize in MongoDB 8

Parameters

array $translated_values:

Return value

array

2 calls to ContentEntityStorage::denormalize()
ContentEntityStorage::getDataToSave in src/Entity/ContentEntityStorage.php
Collect the translations of an entity for saving.
FeedStorage::denormalize in mongodb_aggregator/src/Entity/FeedStorage.php
1 method overrides ContentEntityStorage::denormalize()
FeedStorage::denormalize in mongodb_aggregator/src/Entity/FeedStorage.php

File

src/Entity/ContentEntityStorage.php, line 308
Contains Drupal\mongodb\Entity\ContentEntityStorage.

Class

ContentEntityStorage

Namespace

Drupal\mongodb\Entity

Code

protected function denormalize(array $translated_values) {
  return $translated_values;
}