You are here

public function TaxRate::getInclusionText in Ubercart 8.4

The text to display next to prices if tax is included.

Return value

string The text to display next to prices if tax is included.

Overrides TaxRateInterface::getInclusionText

File

uc_tax/src/Entity/TaxRate.php, line 245

Class

TaxRate
Defines a tax rate configuration entity.

Namespace

Drupal\uc_tax\Entity

Code

public function getInclusionText() {
  return $this->inclusion_text;
}