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

Expose zend-inputfilter as a config-provider / component #100

Conversation

weierophinney
Copy link
Member

Adds:

  • InputFilterPluginManagerFactory, ported from zend-mvc, with new tests.
  • ConfigProvider, which maps the InputFilterPluginManager to its factory, and enables the InputFilterAbstractServiceFactory.
  • Module, which does the above, and also provides an init() method for
    notifying the zend-modulemanager ServiceListener of the input_filters specification for aggregating input filter configuration.

Imports the `InputFilterPluginManagerFactory` from zend-mvc and adds
tests.
Adds:

- `ConfigProvider`, which maps the `InputFilterPluginManager` to its factory,
  and enables the `InputFilterAbstractServiceFactory`.
- `Module`, which does the above, and also provides an `init()` method for
  notifying the zend-modulemanager `ServiceListener` of the `input_filters`
  specification for aggregating input filter configuration.
@weierophinney weierophinney added this to the 2.7.0 milestone Apr 7, 2016
@weierophinney weierophinney self-assigned this Apr 7, 2016
weierophinney added a commit that referenced this pull request Apr 7, 2016
weierophinney added a commit that referenced this pull request Apr 7, 2016
@weierophinney weierophinney deleted the feature/config-provider branch April 7, 2016 16:08
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.

None yet

1 participant