Contains all of the plugin defined business rules as a map between function names and function calls.
- Copyright:
- Copyright © 2023-… by Seth Hollingsead. All rights reserved
- Source:
Requires
- module:selectorConstruction
- module:plugin.business.constants
- module:plugin.constants
- module:loggers
- module:pluginData
- @haystacks/constants
- path
Methods
(inner) initPluginRulesLibrary() → {object}
Initializes an object map of plugin business rules and plugin function calls and returns them.
- Source:
Returns:
A JSON object that contains an array of function objects that map function name to function call for all the business rules.
- Type
- object