function EntityTestCompositeConstraint::coversFields

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraint.php \Drupal\entity_test\Plugin\Validation\Constraint\EntityTestCompositeConstraint::coversFields()

File

core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestCompositeConstraint.php, line 23

Class

EntityTestCompositeConstraint
Constraint with multiple fields.

Namespace

Drupal\entity_test\Plugin\Validation\Constraint

Code

public function coversFields() {
  return [
    'name',
    'type',
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.