You are here

public function TaxNumberTypeBase::getExamples in Commerce Core 8.2

Gets the tax number examples.

Return value

string[] The examples.

Overrides TaxNumberTypeInterface::getExamples

File

modules/tax/src/Plugin/Commerce/TaxNumberType/TaxNumberTypeBase.php, line 29

Class

TaxNumberTypeBase
Provides the base class for tax number types.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxNumberType

Code

public function getExamples() {
  return $this->pluginDefinition['examples'];
}