Méthode | Description | |
---|---|---|
deleteAction ( |
Delete entity | |
editAction ( Symfony\Component\Form\FormInterface $form, Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface $carrier, boolean $isValid ) : |
Edit and Saves category | |
listAction ( ) : array | List elements of certain entity type. |
public deleteAction ( |
||
$request | Request | |
$entity | mixed | Entity to delete |
$redirectPath | string | Redirect path |
Résultat | Redirect response |
public editAction ( Symfony\Component\Form\FormInterface $form, Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface $carrier, boolean $isValid ) : |
||
$form | Symfony\Component\Form\FormInterface | Form |
$carrier | Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface | Carrier |
$isValid | boolean | Is valid |
Résultat | Redirect response |
public listAction ( ) : array | ||
Résultat | array | Result |