I need get all classes implements WidgetInterface, process this list (call method getName, for example) and generate json for new provider. Currently I should process all classes recursively by hand and check if class implements interface. It is better access data from native provider sub_classes. Can you generate json files with collected data?
I need get all classes implements WidgetInterface, process this list (call method getName, for example) and generate json for new provider. Currently I should process all classes recursively by hand and check if class implements interface. It is better access data from native provider sub_classes. Can you generate json files with collected data?