Neos\Flow\Validation\Validator\PolyTypeObjectValidatorInterface::getPriority PHP Method

getPriority() public method

Validators with a high priority are chosen before low priority and only one of multiple capable validators will be used.
public getPriority ( ) : integer
return integer
    public function getPriority();
PolyTypeObjectValidatorInterface