App\Services\Form\Recipe\RecipeForm::valid PHP Method

valid() protected method

Test whether form validator passes.
protected valid ( array $input ) : boolean
$input array
return boolean
    protected function valid(array $input)
    {
        return $this->validator->with($input)->passes();
    }