1

I am trying to fetch all messages of FOSMessageBundle in symfony2 where participant is xyz , This is giving me only inbox messages .

public function getMessagesAction() {
    $request = Request::createFromGlobals();
    $entity = $this->getProvider()->getInboxThreads();
}

Is there any way to get All messages for a particular participant .

I am new for Symfony don't have more knowledge about it.

jahller
  • 2,705
  • 1
  • 28
  • 30

0 Answers0