CrudKit\Data\BaseDataProvider::getValidatorForField PHP 메소드

getValidatorForField() 추상적인 보호된 메소드

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