Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文档顺便提及它,但没有示例。我需要制作一个新的validation.yml 文件吗?添加到现有的 config.yml?我会添加什么?
在表单类型中设置默认选项
public function setDefaultOptions(OptionsResolverInterface $resolver) { $resolver->setDefaults(array( [...], 'validation_groups' => array( 'Registration' ), )); }