You are here

public function TaxNumberTypeInterface::getExamples in Commerce Core 8.2

Gets the tax number examples.

Return value

string[] The examples.

1 method overrides TaxNumberTypeInterface::getExamples()
TaxNumberTypeBase::getExamples in modules/tax/src/Plugin/Commerce/TaxNumberType/TaxNumberTypeBase.php
Gets the tax number examples.

File

modules/tax/src/Plugin/Commerce/TaxNumberType/TaxNumberTypeInterface.php, line 35

Class

TaxNumberTypeInterface
Defines the base interface for tax number types.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxNumberType

Code

public function getExamples();