Module-related Functions
Last updated March 2020
Name | Description |
---|---|
EC_DECLARE_HOOK | Runtime hooking |
ec_module_manifest_iter_clone | clone a module manifest iterator |
ec_module_manifest_iter_destroy | destroy a module manifest iterator |
ec_module_manifest_iter_init | initialize a module manifest iterator |
ec_module_manifest_iter_next | advances a module manifest iterator |
ec_module_manifest_refresh | refreshes the manifest list |
ec_module_manifest_value_as_dict | retrieves a dictionary of manifest values for a named module |
ec_module_manifest_value_as_list | retrieves a list of manifest values for a named module |
ec_module_manifest_value_as_string | retrieves a manifest value for a named module |
ec_module_resolve_capability | resolve a capability by loading modules |
module_add_hook_first | Add a hook as the first hook |
module_add_hook_last | Add a hook as the last hook |
module_get_hook_array_from_transaction | Get the hooks associated with the current transaction |
module_get_hook_head | Fetch the arguments for a hook |
For an overview of the Momentum module API see “Module API” and for an overview of hooks see “Hooking API”.
Was this page helpful?