コード例 #1
0
 /**
  * Disable TranslationWidget  entities.
  *
  * @Route("/admin/translationwidget/disable", name="admin_translationwidget_disablentity_ajax")
  * @Secure(roles="ROLE_EDITOR")
  * @return \Symfony\Component\HttpFoundation\Response
  * 
  * @access  public
  * @author Etienne de Longeaux <*****@*****.**>
  */
 public function disableajaxAction()
 {
     return parent::disableajaxAction();
 }
コード例 #2
0
 /**
  * Position entities.
  *
  * @Route("/admin/block/position", name="admin_page_block_position_ajax")
  * @Secure(roles="ROLE_EDITOR")
  * @return \Symfony\Component\HttpFoundation\Response
  *
  * @access  public
  * @author Etienne de Longeaux <*****@*****.**>
  */
 public function positionajaxAction()
 {
     return parent::positionajaxAction();
 }
コード例 #3
0
 /**
  * Delete twig cache Page
  * 
  * @param string $type Type value
  * 
  * @Route("/admin/pagebytrans/deletetwigcache", name="admin_pagebytrans_deletetwigcache_ajax")
  * @Secure(roles="ROLE_EDITOR")
  * @return Response
  * @access public
  * @author Etienne de Longeaux <*****@*****.**>
  */
 public function deletetwigcacheajaxAction($type = 'page')
 {
     return parent::deletetwigcacheajaxAction($type);
 }