PHP Class Neos\Neos\Validation\Validator\UserDoesNotExistValidator

Inheritance: extends Neos\Flow\Validation\Validator\AbstractValidator
Show file Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$userService Neos\Neos\Domain\Service\UserService

Protected Methods

Method Description
isValid ( mixed $value ) : void Returns TRUE, if the specified user ($value) does not exist yet.

Method Details

isValid() protected method

If at least one error occurred, the result is FALSE.
protected isValid ( mixed $value ) : void
$value mixed The value that should be validated
return void

Property Details

$userService protected property

protected UserService,Neos\Neos\Domain\Service $userService
return Neos\Neos\Domain\Service\UserService