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);