Skip to content

[Form] [3.0] Remove deprecated OptionsResolverInterface #12909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

michaelperrin
Copy link
Contributor

Q A
Bug fix? no
New feature? no
BC breaks? yes
Deprecations? no
Tests pass? no
Fixed tickets N/A
License MIT
Doc PR symfony/symfony-docs#4565

Not sure if is really useful to already open this PR.
I decided to do it after proposing the symfony/symfony-docs#4565 PR which should
probably be reopened on the master branch of the Symfony docs repository.

Feel free to close the PR if it's not revelant for now!

@fabpot fabpot added the Form label Dec 18, 2014
Before:

```php
protected function configureOptions(OptionsResolverInterface $resolver)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the method name is wrong

@stof
Copy link
Member

stof commented Jan 4, 2015

I suggest waiting a bit before merging this. Currently, this is the main BC break for the 2.7 to 3.0 upgrade (all other BC breaks are about removing deprecated layers, meaning that 2.7 projects can already avoid them all). It would be good to provide a forward-compatible upgrade path for this change.

@xabbuh
Copy link
Member

xabbuh commented Jan 4, 2015

FYI, @peterrehm proposed to introduce a configureOptions() method for Symfony 2.7 in #12891.

@fabpot fabpot closed this Feb 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants