OptionalseedRegistry: anyGet the registered converters map.
a shallow copy of the registry
Create a new converter instance for the given backend.
the backend name
Optionalopts: objectoptions passed to the converter constructor
the converter instance, or null if not registered
Create a new converter instance for the given backend (synchronous). Requires the converter class to already be registered; does not support template dirs.
the backend name
Optionalopts: objectoptions passed to the converter constructor
the converter instance, or null if not registered
Retrieve the converter class registered for the given backend.
Returns undefined (not null) when no match is found, mirroring the core API.
the backend name
Register a converter class for one or more backend names. Backends may be passed as individual strings or as a single Array.
the converter class or instance
backend names; use '*' as a catch-all
Unregister all converters.
A factory that maps backend names to converter classes or instances. Use the global Converter instance (DefaultFactory) for typical use.