You are here

public function TaxRateInterface::setIncludedInPrice in Ubercart 8.4

Whether to display prices including tax.

Parameters

bool $included: Whether to display prices including tax.

Return value

$this

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

File

uc_tax/src/TaxRateInterface.php, line 118

Class

TaxRateInterface
Defines a interface for a tax rate configuration entity.

Namespace

Drupal\uc_tax

Code

public function setIncludedInPrice($included);