Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Luhn.php
Luhn::$message
Type:
message
File
vendor/
symfony/
validator/
Constraints/
Luhn.php
, line 36
Class
Luhn
Validates that a value (typically a credit card number) passes the Luhn algorithm.
Namespace
Symfony\Component\Validator\Constraints
Code
public string $message =
'Invalid card number.'
;
RSS feed