CrudKit\Data\BaseDataProvider::getValidatorForField PHP Method

getValidatorForField() abstract protected method

Returns a callable validator for this field if it exists, and null otherwise
abstract protected getValidatorForField ( string $formKey ) : callable | null
$formKey string
return callable | null
    protected abstract function getValidatorForField($formKey);