Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes
This commit is contained in:
parent
b11a755ba8
commit
c0a0d5a94c
6920 changed files with 64395 additions and 57312 deletions
|
@ -21,9 +21,9 @@ use Symfony\Component\Validator\Constraint;
|
|||
*/
|
||||
class Email extends Constraint
|
||||
{
|
||||
const INVALID_FORMAT_ERROR = 1;
|
||||
const MX_CHECK_FAILED_ERROR = 2;
|
||||
const HOST_CHECK_FAILED_ERROR = 3;
|
||||
const INVALID_FORMAT_ERROR = 'bd79c0ab-ddba-46cc-a703-a7a4b08de310';
|
||||
const MX_CHECK_FAILED_ERROR = 'bf447c1c-0266-4e10-9c6c-573df282e413';
|
||||
const HOST_CHECK_FAILED_ERROR = '7da53a8b-56f3-4288-bb3e-ee9ede4ef9a1';
|
||||
|
||||
protected static $errorNames = array(
|
||||
self::INVALID_FORMAT_ERROR => 'STRICT_CHECK_FAILED_ERROR',
|
||||
|
|
Reference in a new issue