<?php
/**
* @link https://github.com/zendframework/zend-modulemanager for the canonical source repository
* @copyright Copyright (c) 2005-2019 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/zend-modulemanager/blob/master/LICENSE.md New BSD License
*/
namespace Zend\ModuleManager\Feature;
interface FormElementProviderInterface
{
/**
* Expected to return \Zend\ServiceManager\Config object or array to
* seed such an object.
*
* @return array|\Zend\ServiceManager\Config
*/
public function getFormElementConfig();
}
-
Indra Raja authored5e8d4410