You are here

public function VerificationResult::getState in Commerce Core 8.2

Gets the state.

Return value

string The state. One of the STATE_ constants.

File

modules/tax/src/Plugin/Commerce/TaxNumberType/VerificationResult.php, line 136

Class

VerificationResult
Represents a tax number verification result.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxNumberType

Code

public function getState() : string {
  return $this->state;
}