You are here

public property CvValidator::$attachments in Clientside Validation 2.0.x

Same name and namespace in other branches
  1. 8.2 src/Annotation/CvValidator.php \Drupal\clientside_validation\Annotation\CvValidator::attachments
  2. 8 src/Annotation/CvValidator.php \Drupal\clientside_validation\Annotation\CvValidator::attachments
  3. 3.0.x src/Annotation/CvValidator.php \Drupal\clientside_validation\Annotation\CvValidator::attachments

An array of assets that can be #attached to a form element.

Type: array

File

src/Annotation/CvValidator.php, line 53

Class

CvValidator
Defines a clientside validation validator.

Namespace

Drupal\clientside_validation\Annotation

Code

public $attachments = [];