eZ\Publish\Core\REST\Client\Values\ContentType\FieldDefinition::getValidatorConfiguration PHP Method

getValidatorConfiguration() public method

This method returns the validators of this field definition supported by the field type.
public getValidatorConfiguration ( ) : Validator[]
return eZ\Publish\Core\FieldType\Validator[]
    public function getValidatorConfiguration()
    {
        return $this->validators;
    }