Fully Qualified Name: | Laminas\Form\View\HelperConfig |
Implements: | ConfigInterface |
Service manager configuration for form view helpers
Name | Description | Defined By |
---|---|---|
configureServiceManager() | Configure the provided service manager instance with the configuration in this class. | HelperConfig |
toArray() | Provide all configuration as an array. | HelperConfig |
Configure the provided service manager instance with the configuration in this class.
Adds the invokables defined in this class to the SM managing helpers.
Parameter Name | Type | Description |
---|---|---|
$serviceManager | \ServiceManager |
Returns: \ServiceManager
Provide all configuration as an array.
Required by laminas-servicemanager v3.
Returns: array