Function
zope.publisher.browser.registerTypeConverter

Signature

registerTypeConverter(field_type, converter, replace=False)

Documentation String

Add a custom type converter to the registry.

o If 'replace' is not true, raise a KeyError if a converter is
already registered for 'field_type'.