You are here

public function SupportsVerificationInterface::renderVerificationResult in Commerce Core 8.2

Renders the given verification result.

Parameters

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

Return value

array The render array.

2 methods override SupportsVerificationInterface::renderVerificationResult()
EuropeanUnionVat::renderVerificationResult in modules/tax/src/Plugin/Commerce/TaxNumberType/EuropeanUnionVat.php
Renders the given verification result.
SerbianVat::renderVerificationResult in modules/tax/tests/modules/commerce_tax_test/src/Plugin/Commerce/TaxNumberType/SerbianVat.php
Renders the given verification result.

File

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

Class

SupportsVerificationInterface

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxNumberType

Code

public function renderVerificationResult(VerificationResult $result);