Adaptive Framework 0.9.0

extension_load_by_module_path

The following is a list of properties for the function extension_load_by_module_path:

PropertyValue
briefLoad extension by module path
categoryadministrative
descriptionLoad an extension by its module path. Loading an AFW package's manifest extension will register the manifest of all extensions in the package.
functionIdextension_load_by_module_path
functionLabelextension_load_by_module_path
parameters[ { "dataType": "string", "description": "This is the path to the dso containing the extension. If the extension is installed in the normal place, the library name without a file extension (.so) will suffice.", "name": "module_path" } ]
returns{ "dataType": "string", "description": "The extension id of the extension loaded." }
sideEffects[ "The loading of the extension may add environment registry entries as well as make other changes." ]