You are here

public property AddressFormatConstraint::$extendedPostalCodeValidation in Address 8

Whether extended postal code validation is enabled.

Extended postal code validation uses subdivision-level patterns to in addition to the country-level pattern supplied by the address format.

This feature is deprecated in the parent library, and undesired on the Drupal side.

Type: bool

File

src/Plugin/Validation/Constraint/AddressFormatConstraint.php, line 29

Class

AddressFormatConstraint
Address format constraint.

Namespace

Drupal\address\Plugin\Validation\Constraint

Code

public $extendedPostalCodeValidation = FALSE;