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
10
vendor/symfony/validator/Constraints/File.php
vendored
10
vendor/symfony/validator/Constraints/File.php
vendored
|
@ -24,11 +24,11 @@ class File extends Constraint
|
|||
{
|
||||
// Check the Image constraint for clashes if adding new constants here
|
||||
|
||||
const NOT_FOUND_ERROR = 1;
|
||||
const NOT_READABLE_ERROR = 2;
|
||||
const EMPTY_ERROR = 3;
|
||||
const TOO_LARGE_ERROR = 4;
|
||||
const INVALID_MIME_TYPE_ERROR = 5;
|
||||
const NOT_FOUND_ERROR = 'd2a3fb6e-7ddc-4210-8fbf-2ab345ce1998';
|
||||
const NOT_READABLE_ERROR = 'c20c92a4-5bfa-4202-9477-28e800e0f6ff';
|
||||
const EMPTY_ERROR = '5d743385-9775-4aa5-8ff5-495fb1e60137';
|
||||
const TOO_LARGE_ERROR = 'df8637af-d466-48c6-a59d-e7126250a654';
|
||||
const INVALID_MIME_TYPE_ERROR = '744f00bc-4389-4c74-92de-9a43cde55534';
|
||||
|
||||
protected static $errorNames = array(
|
||||
self::NOT_FOUND_ERROR => 'NOT_FOUND_ERROR',
|
||||
|
|
Reference in a new issue