class BankIDProtectedUserFieldConstraintValidator extends ProtectedUserFieldConstraintValidator

Decorates the ProtectedUserFieldConstraint constraint.

Properties

protected AuthmapInterface $authmap

The authmap service.

Methods

__construct(UserStorageInterface $user_storage, AccountProxyInterface $current_user, AuthmapInterface $authmap)

BankIDProtectedUserFieldConstraintValidator constructor.

static 
create(ContainerInterface $container)

{@inheritdoc}

void
validate(mixed $items, Constraint $constraint)

{@inheritdoc}

Details

at line 28
__construct(UserStorageInterface $user_storage, AccountProxyInterface $current_user, AuthmapInterface $authmap)

BankIDProtectedUserFieldConstraintValidator constructor.

Parameters

UserStorageInterface $user_storage
AccountProxyInterface $current_user
AuthmapInterface $authmap

at line 36
static create(ContainerInterface $container)

{@inheritdoc}

Parameters

ContainerInterface $container

at line 47
void validate(mixed $items, Constraint $constraint)

{@inheritdoc}

Parameters

mixed $items
Constraint $constraint

Return Value

void