Class HelperConfig

Summary

Fully Qualified Name: Zend\Form\View\HelperConfig
Implements: ConfigInterface

Description

Service manager configuration for form view helpers

Methods

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

Method Details

configureServiceManager()

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

toArray()

Provide all configuration as an array.

Required by zend-servicemanager v3.

Returns: array

Top