Interface TranslatorPluginProviderInterface

Summary

Fully Qualified Name: Zend\ModuleManager\Feature\TranslatorPluginProviderInterface

Description

Methods

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

Method Details

getTranslatorPluginConfig()

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

Returns: array|\Zend\ServiceManager\Config

Top