We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
public function configureOptions(OptionsResolver $resolver) { $resolver->setDefaults( array( 'data_class' => User::class, // ctrl+click for data_class works ok 'csrf_protection' => false, // csrf_protection key autocompletes ok, but ctrl+click doesn't work ) ); }
The text was updated successfully, but these errors were encountered:
refactoring form component to support more usages like extension navi…
35b14a4
…gation and self inheritance #1098 #695
Merge pull request #1099 from Haehnchen/feature/form-refactoring
001a5f3
refactoring form component to support more usages like extension navigation and self inheritance #1098 #695
done
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: