Elcodi\Plugin\CustomShippingBundle\Entity\ShippingRange::getCarrier PHP Method

getCarrier() public method

Get Carrier
public getCarrier ( ) : Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface
return Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface Carrier
    public function getCarrier()
    {
        return $this->carrier;
    }