Method | Description | |
---|---|---|
editComponentAction ( Symfony\Component\Form\FormView $formView, Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface $carrier, Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\ShippingRangeInterface $shippingRange ) : array | New element component action | |
listComponentAction ( Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface $carrier ) : array | Component for entity list. |
public editComponentAction ( Symfony\Component\Form\FormView $formView, Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface $carrier, Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\ShippingRangeInterface $shippingRange ) : array | ||
$formView | Symfony\Component\Form\FormView | Form view |
$carrier | Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface | Carrier |
$shippingRange | Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\ShippingRangeInterface | Shipping range |
return | array | Result |
public listComponentAction ( Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface $carrier ) : array | ||
$carrier | Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface | Carrier |
return | array | Result |