Example #1
0
 public function processUpdateSeoAction($event)
 {
     $contentAction = new Folder();
     return $contentAction->updateSeo($event);
 }
Example #2
0
 public function processUpdateSeoAction($event)
 {
     $contentAction = new Folder();
     return $contentAction->updateSeo($event, null, $this->getMockEventDispatcher());
 }