Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merged branch willdurand/add-all-method-to-form-builder (PR symfony#3886
) Commits ------- be2456b [Form] [Tests] Used assertCount() 4120f13 [Form] Added all() method to the FormBuilder class Discussion ---------- [Form] Added all() method to the FormBuilder class In order to perform some introspection on a FormBuilder instance, we need to be able to get its children. Almost everything is accessible in this class, but the children are not. This PR adds a all() method to respect the current API (get(), remove(), ...). --------------------------------------------------------------------------- by bschussek at 2012-04-12T09:54:04Z :+1:
- Loading branch information