You are here

public function TaxRateInterface::isIncludedInPrice in Ubercart 8.4

Whether to display prices including tax.

Return value

bool TRUE if display prices include tax.

1 method overrides TaxRateInterface::isIncludedInPrice()
TaxRate::isIncludedInPrice in uc_tax/src/Entity/TaxRate.php
Whether to display prices including tax.

File

uc_tax/src/TaxRateInterface.php, line 108

Class

TaxRateInterface
Defines a interface for a tax rate configuration entity.

Namespace

Drupal\uc_tax

Code

public function isIncludedInPrice();