public function WorkflowsFieldContraintValidator::__construct in Workflows Field 2.x
Same name and namespace in other branches
- 8 src/Plugin/Validation/Constraint/WorkflowsFieldContraintValidator.php \Drupal\workflows_field\Plugin\Validation\Constraint\WorkflowsFieldContraintValidator::__construct()
Creates an instance of WorkflowsFieldContraintValidator.
File
- src/
Plugin/ Validation/ Constraint/ WorkflowsFieldContraintValidator.php, line 34
Class
- WorkflowsFieldContraintValidator
- Validates the workflows field.
Namespace
Drupal\workflows_field\Plugin\Validation\ConstraintCode
public function __construct(EntityTypeManagerInterface $entityTypeManager, AccountInterface $currentUser) {
$this->entityTypeManager = $entityTypeManager;
$this->currentUser = $currentUser;
}