Interface DependencyIndicatorInterface

Summary

Fully Qualified Name: Zend\ModuleManager\Feature\DependencyIndicatorInterface

Description

Methods

Name Description Defined By
getModuleDependencies() Expected to return an array of modules on which the current one depends on DependencyIndicatorInterface

Method Details

getModuleDependencies()

Expected to return an array of modules on which the current one depends on

Returns: array

Top