5.3.1.3. get_installed_plugins¶
-
mfutil.plugins.
get_installed_plugins
(plugins_base_dir=None)[source]¶ Get a detailed list (formatted text) of installed plugins.
- Parameters
plugins_base_dir (string) – (optional) the plugin base directory path. If not set, the default plugins base directory path is used.
- Returns
detailed list (formatted text) of installed plugins.
- Return type
(string)
- Raises
MFUtilPluginBaseNotInitialized – if the plugins base is not initialized.