Overtrue\Validation\Validator::getReplacers PHP Method

getReplacers() public method

Get the array of custom validator message replacers.
public getReplacers ( ) : array
return array
    public function getReplacers()
    {
        return $this->replacers;
    }
Validator