'value' => 'Cádiz is the oldest continuously inhabited city in Spain and a nice place to spend a Sunday with friends.',
'format' => 'my_text_format',
];
$entity->
save();
return $entity;
} /**
* {@inheritdoc}
*/
protected function getNormalizedPostEntity() { $post_entity = parent::
getNormalizedPostEntity();
$post_entity['field_test_text'
] =
[ [ 'value' => 'Llamas are awesome.',
'format' => 'my_text_format',
],
];
return $post_entity;
} /**
* {@inheritdoc}
*/