Hi All, Is there a way that we can access the SCA core module functions in the extension? In the older versions we can achieve through _.wrap functions but not sure how can we do through the extension API. Does anyone have idea on this?
s
Steve Goldberg
02/27/2020, 2:33 PM
If you need to access modules from the core bundles (eg to wrap or extend their methods) then you can still do this in your extension if you need to. This hasn't changed.
Steve Goldberg
02/27/2020, 2:34 PM
It's just that we recommend using the extensibility API where possible.