Esempio n. 1
0
 /**
  * Retrieve item list for finder selections in Forms, Content type plugin and Scribite.
  *
  * @Route("/getItemListFinder", options={"expose"=true})
  *
  * @param string $ot      Name of currently used object type.
  * @param string $sort    Sorting field.
  * @param string $sortdir Sorting direction.
  *
  * @return AjaxResponse
  */
 public function getItemListFinderAction(Request $request)
 {
     return parent::getItemListFinderAction($request);
 }