Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
FreeShipping.php
Go to the documentation of this file.
1 <?php
7 
8 class FreeShipping implements \Magento\Quote\Model\Quote\Address\FreeShippingInterface
9 {
14  public function isFreeShipping(\Magento\Quote\Model\Quote $quote, $items)
15  {
16  return false;
17  }
18 }
isFreeShipping(\Magento\Quote\Model\Quote $quote, $items)
$quote
$items