You are here

public function SupportsVerificationInterface::verify in Commerce Core 8.2

Verifies the given tax number.

Parameters

string $tax_number: The tax number.

Return value

\Drupal\commerce_tax\Plugin\Commerce\TaxNumberType\VerificationResult The verification result.

1 method overrides SupportsVerificationInterface::verify()
TaxNumberTypeWithVerificationBase::verify in modules/tax/src/Plugin/Commerce/TaxNumberType/TaxNumberTypeWithVerificationBase.php
Verifies the given tax number.

File

modules/tax/src/Plugin/Commerce/TaxNumberType/SupportsVerificationInterface.php, line 16

Class

SupportsVerificationInterface

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxNumberType

Code

public function verify($tax_number);