Paul McCrodden

Results 14 comments of Paul McCrodden

Many thanks for _your_ work!!! :) Hopefully this repo will have some good progress by end of next week: https://github.com/mccrodp/message_fos

Hi @tgalopin. I've worked a bit on this an restructured for Drupal. I've added a new wrapper User class `MessageFOSUser` implementing the `PersonInterface` which I will wrap my Drupal user...

Now I have more specific questions: The `persist()` calls are essentially saving your entities to the DB, correct? I don't plan on having a Drupal entity for "Message Person" and...

Thanks for this! > So yes, essentially, persist calls are saving in the database, but in a "delayed" manner. Ok, so initially I'll call save / create operations directly on...