Skip to content

Introduces base class for plugins to simplify export

Adham Hashibon requested to merge base-plugin-class into master

Created by: stefanoborini

Introduced a base class BaseExtensionPlugin. This class provides the base class for all plugins that are externally provided, and allows the user to just define the default methods to return their own bundles, instead of having to deal with the extension point ids.

Merge request reports

Loading