Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Expose as a standalone component #25

Conversation

weierophinney
Copy link
Member

Per the zend-mvc v3 roadmap, this patch does the following:

  • Adds a factory for the FilterPluginManager (along with tests).
  • Adds a ConfigProvider to allow mapping the FilterManager service to the above factory in generic applications.
  • Adds a Module to do the same as the ConfigProvider, but for zend-mvc applications; the Module also exposes an init() method for notifying the service listener of the FilterManager specification.
  • Adds entries in composer.json to expose the package as a config provider and a ZF component.

Creates a FilterPluginManagerFactory to allow standalone use and/or
integration with zend-mvc v3.
- Added a `ConfigProvider`, for exposing the `FilterManager` service.
- Added a `Module`, for providing zend-mvc with configuration, and
  notifying the service listener of the filter provider specification.
- Updated `composer.json` to expose a comonent and config-provider.
@weierophinney weierophinney added this to the 2.7.-0 milestone Apr 6, 2016
@weierophinney weierophinney merged commit e1fee85 into zendframework:develop Apr 6, 2016
weierophinney added a commit that referenced this pull request Apr 6, 2016
@weierophinney weierophinney deleted the feature/plugin-manager-factory branch April 6, 2016 14:02
weierophinney added a commit to weierophinney/zend-mvc that referenced this pull request Apr 6, 2016
As of [zend-filter zendframework#25](zendframework/zend-filter#25)
and the resulting 2.7.0 release of that component, zend-filter now exposes the
`FilterManager` itself and initializes the zend-modulemanager `ServiceListener`
with information on how to configure it. This allows removal of the component
from zend-mvc.
weierophinney added a commit to zendframework/zend-mvc that referenced this pull request Apr 6, 2016
As of [zend-filter #25](zendframework/zend-filter#25)
and the resulting 2.7.0 release of that component, zend-filter now exposes the
`FilterManager` itself and initializes the zend-modulemanager `ServiceListener`
with information on how to configure it. This allows removal of the component
from zend-mvc.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant