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

Conversation

localheinz
Copy link
Member

When attempting to add a DateTimeFormatter filter to the filter chain of an input like this

$this->add(array(
    'name' => 'release_date',
    'filters' => array(
        array(
            'name'  => 'DateTimeFormatter',
        ),
    ),
));

a ServiceNotFoundException is thrown because the FilterPluginManager is unaware of a factory.

@localheinz
Copy link
Member Author

Ping @davidwindell.

@davidwindell
Copy link
Contributor

👍

@ghost ghost assigned weierophinney May 23, 2013
weierophinney added a commit that referenced this pull request May 23, 2013
…-unaware-of-datetime-formatter

Add service definition for DateTimeFormatter (related to #3632)
weierophinney added a commit that referenced this pull request May 23, 2013
weierophinney added a commit to zendframework/zend-filter that referenced this pull request May 15, 2015
…otfix/filter-plugin-manager-unaware-of-datetime-formatter

Add service definition for DateTimeFormatter (related to zendframework/zendframework#3632)
weierophinney added a commit to zendframework/zend-filter that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-filter that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants