Saves a test_entity.
$entity: The entity to save.
... See full list
function field_test_entity_save(EntityInterface $entity) { $entity ->save(); }