Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Field / Annotation / FieldType.php
index de42c80ffcf79621a8b992fd71378cd6ddd76864..8bf54cb585db9f28c57cd1039a4f29ed4eaef1bb 100644 (file)
@@ -91,4 +91,13 @@ class FieldType extends DataType {
    */
   public $list_class;
 
+  /**
+   * An integer defining a fixed cardinality for this field type.
+   *
+   * If this value is not set, cardinality can be configured in the field UI.
+   *
+   * @var int|null
+   */
+  public $cardinality;
+
 }