Having a Plone skin interface registered as follow:
<interface
interface=".interfaces.IThemeSpecific"
type="zope.publisher.interfaces.browser.IBrowserSkinType"
name="My Theme Name"
/>
What is the simplest way to get the interface (my.app.browser.interfaces.IThemeSpecific
) knowing the name ("My Theme Name
")?
Probably this: