You are here

public property CurrencyCode::$pattern in Currency 8.3

File

src/Plugin/Validation/Constraint/CurrencyCode.php, line 26

Class

CurrencyCode
Currency code constraint.

Namespace

Drupal\currency\Plugin\Validation\Constraint

Code

public $pattern = '/^[A-Z]{3}$/i';