Constraint::$type

An array of DataType plugin IDs for which this constraint applies. Valid values are any types registered by the typed data API, or an array of multiple type names. For supporting all types, FALSE may be specified. The key defaults to an empty array, which indicates no types are supported.

Type: string|string[]|false

See also

\Drupal\Core\TypedData\Annotation\DataType

File

core/lib/Drupal/Core/Validation/Annotation/Constraint.php, line 50

Class

Constraint
Defines a validation constraint annotation object.

Namespace

Drupal\Core\Validation\Annotation

Code

public $type = [];
doc_Drupal
2016-10-29 08:56:07
Comments
Leave a Comment

Please login to continue.