Module
in package
Table of Contents
Methods
- init() : mixed
- Initialize the module.
- onMergeConfig() : mixed
- Perform substitutions in the merged configuration.
Methods
init()
Initialize the module.
public
init(ModuleManager $moduleManager) : mixed
Type-hinting deliberately omitted to allow unit testing without dependencies on packages that do not exist yet.
Parameters
- $moduleManager : ModuleManager
onMergeConfig()
Perform substitutions in the merged configuration.
public
onMergeConfig(ModuleEvent $event) : mixed
Rewrites keys and values matching known ZF classes, namespaces, and configuration keys to their Laminas equivalents.
Type-hinting deliberately omitted to allow unit testing without dependencies on packages that do not exist yet.
Parameters
- $event : ModuleEvent