Modules need to be added to the active module list.
/**
* triggerCoreFunction
* This function will trigger a function in core from a module and return the data and callback function
*
* @param {string} functionName - the name of the function to trigger
* @param {object} data - the data object to pass to the function
* @param {functionName} callback - the data object to pass to the function
* @returns {{ data: object, callback: function }} - An object containing the data and the callback function.
*/
Modules need to be added to the active module list.