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,6 +22,12 @@ use Symfony\Component\Validator\Constraint;
|
|||
*/
|
||||
class Expression extends Constraint
|
||||
{
|
||||
const EXPRESSION_FAILED_ERROR = '6b3befbc-2f01-4ddf-be21-b57898905284';
|
||||
|
||||
protected static $errorNames = array(
|
||||
self::EXPRESSION_FAILED_ERROR => 'EXPRESSION_FAILED_ERROR',
|
||||
);
|
||||
|
||||
public $message = 'This value is not valid.';
|
||||
public $expression;
|
||||
|
||||
|
|
Reference in a new issue