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
|
@ -22,8 +22,8 @@ use Symfony\Component\Validator\Exception\MissingOptionsException;
|
|||
*/
|
||||
class Count extends Constraint
|
||||
{
|
||||
const TOO_FEW_ERROR = 1;
|
||||
const TOO_MANY_ERROR = 2;
|
||||
const TOO_FEW_ERROR = 'bef8e338-6ae5-4caf-b8e2-50e7b0579e69';
|
||||
const TOO_MANY_ERROR = '756b1212-697c-468d-a9ad-50dd783bb169';
|
||||
|
||||
protected static $errorNames = array(
|
||||
self::TOO_FEW_ERROR => 'TOO_FEW_ERROR',
|
||||
|
|
Reference in a new issue