public function TaxNumberTypeInterface::getFormattedExamples in Commerce Core 8.2
Gets the tax number examples, formatted for display.
Return value
string The formatted examples.
1 method overrides TaxNumberTypeInterface::getFormattedExamples()
- TaxNumberTypeBase::getFormattedExamples in modules/
tax/ src/ Plugin/ Commerce/ TaxNumberType/ TaxNumberTypeBase.php - Gets the tax number examples, formatted for display.
File
- modules/
tax/ src/ Plugin/ Commerce/ TaxNumberType/ TaxNumberTypeInterface.php, line 43
Class
- TaxNumberTypeInterface
- Defines the base interface for tax number types.
Namespace
Drupal\commerce_tax\Plugin\Commerce\TaxNumberTypeCode
public function getFormattedExamples();