Get info from metadata

Hi!
I have question… is any option to get for example module description from metadata in module controller?

There are some method to get all modules list, etc but then i need module id. I want to get an id and description of this module from which the request for this data is made (ex. from the controller).

Regards

Short answer: no.

Long answer:
There is no oxid function for that. And I don’t think this could be done with 100% accuracy.
You might get some reliable information for custom module classes that were added to oxid by modules.
Extended classes, on the other hand, are sometimes extended by multiple modules, that add own code but also call parent functions. Maybe utilizing information from stacktrace and matching file name or path to modules could do this, but I have never done something like that.

thanks for reply :slight_smile: