I want to modify the validation related email address in Zend Framework. But I'm confused with how to find the page related to validation in this. Actually it was already written and I need to modify its rule.
I tried to search all the pages in the project to find where this validation is defined and the PHP namespace is referenced to this – I’m at my wits’ end!” Only thing that I could found is below commands.
1,use Zend\Validator;
2,$userEmailInput->getValidatorChain()->addValidator(new Validator\EmailAddress());
Could anyone please help me to find this treasure where it is located normally. Give some hints for finding this and for modifying the rules. Thanks in advance