Zend Framework  3.0
Public Member Functions | List of all members
ValidatorProviderInterface Interface Reference

Hint to the zend-modulemanager ServiceListener that a module provides validators. More...

Public Member Functions

 getValidatorConfig ()
 Provide plugin manager configuration for validators.
 

Detailed Description

Hint to the zend-modulemanager ServiceListener that a module provides validators.

Module classes implementing this interface hint to Zend that they provide validators for the ValidatorPluginManager.

For users of zend-mvc/zend-modulemanager v2, this poses no backwards-compatibility break as the method getValidatorConfig is still duck-typed within Zend when providing configuration to the ServiceListener.

Member Function Documentation

getValidatorConfig ( )

Provide plugin manager configuration for validators.

Returns
array