You are here

public function TaxRateInterface::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.

1 method overrides TaxRateInterface::getInclusionText()
TaxRate::getInclusionText in uc_tax/src/Entity/TaxRate.php
The text to display next to prices if tax is included.

File

uc_tax/src/TaxRateInterface.php, line 126

Class

TaxRateInterface
Defines a interface for a tax rate configuration entity.

Namespace

Drupal\uc_tax

Code

public function getInclusionText();