You are here

public function TaxRateInterface::isForShippable in Ubercart 8.4

If the tax applies only to shippable products.

Return value

bool TRUE if the tax applies only to shippable products.

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

File

uc_tax/src/TaxRateInterface.php, line 144

Class

TaxRateInterface
Defines a interface for a tax rate configuration entity.

Namespace

Drupal\uc_tax

Code

public function isForShippable();