You might be able to check the Entity after the newEntity()
and save()
calls to see if there are errors reported from the validation (runs when entity is patched) and rules (runs on save) processes.
debug($father->getErrors();
You might be able to check the Entity after the newEntity()
and save()
calls to see if there are errors reported from the validation (runs when entity is patched) and rules (runs on save) processes.
debug($father->getErrors();