function UniqueFieldValueValidator::__construct
Same name in other branches
- 11.x core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldValueValidator.php \Drupal\Core\Validation\Plugin\Validation\Constraint\UniqueFieldValueValidator::__construct()
Creates a UniqueFieldValueValidator object.
Parameters
\Drupal\Core\Entity\EntityFieldManagerInterface $entityFieldManager: The entity type manager.
\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity type manager.
File
-
core/
lib/ Drupal/ Core/ Validation/ Plugin/ Validation/ Constraint/ UniqueFieldValueValidator.php, line 25
Class
- UniqueFieldValueValidator
- Validates that a field is unique for the given entity type.
Namespace
Drupal\Core\Validation\Plugin\Validation\ConstraintCode
public function __construct(EntityFieldManagerInterface $entityFieldManager, EntityTypeManagerInterface $entityTypeManager) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.