You are here

public property Constraint::$type in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Validation/Annotation/Constraint.php \Drupal\Core\Validation\Annotation\Constraint::type
  2. 9 core/lib/Drupal/Core/Validation/Annotation/Constraint.php \Drupal\Core\Validation\Annotation\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 = [];