/**
  * @Actions add, edit
  */
 protected function createComponentListingForm()
 {
     $l = $this->listingResult !== null ? $this->listingResult->getListing() : null;
     return $this->listingFormControlFactory->create($l, $this->user->getIdentity());
 }
Example #2
0
 /**
  * @Actions add, edit
  */
 protected function createComponentListingForm()
 {
     return $this->listingFormControlFactory->create($this->listing);
 }