You are here

public function TaxRateInterface::setForShippable in Ubercart 8.4

If the tax applies only to shippable products.

Parameters

bool $shippable: If the tax applies only to shippable products.

Return value

$this

1 method overrides TaxRateInterface::setForShippable()
TaxRate::setForShippable in uc_tax/src/Entity/TaxRate.php
If the tax applies only to shippable products.

File

uc_tax/src/TaxRateInterface.php, line 154

Class

TaxRateInterface
Defines a interface for a tax rate configuration entity.

Namespace

Drupal\uc_tax

Code

public function setForShippable($shippable);