Bluz\Validator\Rule\Contains::getTemplate PHP Method

getTemplate() public method

Get error template
public getTemplate ( ) : string
return string
    public function getTemplate()
    {
        return __('{{name}} must contain the value "%s"', $this->containsValue);
    }