In admin configuration I have a section that has groups and fields. To one of those fields I'm doing some custom stuff via the <frontend_model>
in _getElementHtml()
Is there a way to retrieve the module or extension name of the current extension within that function?
<sections>
<extensionname translate="label" module="extensionname">
<label>Extension Name</label>
sorry if my question isn't very clear... I know what I'm trying to do but stumbling in how to ask.