Interface FormElementProviderInterface

Summary

Fully Qualified Name: Zend\ModuleManager\Feature\FormElementProviderInterface

Description

Methods

Name Description Defined By
getFormElementConfig() Expected to return \Zend\ServiceManager\Config object or array to seed such an object. FormElementProviderInterface

Method Details

getFormElementConfig()

Expected to return \Zend\ServiceManager\Config object or array to seed such an object.

Returns: array|\Zend\ServiceManager\Config

Top