Interface ValidatorProviderInterface

Summary

Fully Qualified Name: Laminas\ModuleManager\Feature\ValidatorProviderInterface

Description

Methods

Name Description Defined By
getValidatorConfig() Expected to return \Laminas\ServiceManager\Config object or array to seed such an object. ValidatorProviderInterface

Method Details

getValidatorConfig()

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

Returns: array|\Laminas\ServiceManager\Config

Top