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,8 +21,8 @@ use Symfony\Component\Validator\Constraint;
|
|||
*/
|
||||
class Time extends Constraint
|
||||
{
|
||||
const INVALID_FORMAT_ERROR = 1;
|
||||
const INVALID_TIME_ERROR = 2;
|
||||
const INVALID_FORMAT_ERROR = '9d27b2bb-f755-4fbf-b725-39b1edbdebdf';
|
||||
const INVALID_TIME_ERROR = '8532f9e1-84b2-4d67-8989-0818bc38533b';
|
||||
|
||||
protected static $errorNames = array(
|
||||
self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR',
|
||||
|
|
Reference in a new issue