SFCE
Symfony 7.0 Certification
Symfony Version
8.0
7.0
6.0
Topics
1.
PHP
0/68
2.
HTTP
0/31
3.
Symfony Architecture
0/99
4.
Controllers
0/36
5.
Routing
0/12
6.
Templating with Twig
0/36
7.
Forms
0/62
8.
Data Validation
0/78
9.
Dependency Injection
0/33
10.
Security
0/32
11.
HTTP Caching
0/17
12.
Console
0/25
13.
Automated Tests
0/21
14.
Miscellaneous
0/75
All Topics
Forms
11 chapters · 62 references ·
0/62
completed
1.
Forms creation
0/2
Forms - creating forms in controllers
The Symfony Framework Best Practices - forms
2.
Forms handling
0/7
Forms - processing forms
The Symfony Framework Best Practices best practice handle form
FormInterface.php
How to Define the Validation Groups to Use
How to Dynamically Configure Form Validation Groups
How to Choose Validation Groups Based on the Clicked Button
How to Disable the Validation of Submitted Data
3.
Form types
0/2
Forms - form types
How to Create a Custom Form Field Type
4.
Forms rendering with Twig
0/2
Forms - rendering forms
How to Customize Form Rendering reference forms twig form
5.
Forms theming
0/4
Bootstrap 4 Form Theme
How to Customize Form Rendering
How to Work with Form Themes
Fragment Naming for Individual Fields
6.
CSRF protection
0/1
How to Implement CSRF Protection
7.
Handling file upload
0/1
How to Upload Files
8.
Built-in form types
0/37
Form Types Reference
TextType Field
TextareaType Field
EmailType Field
IntegerType Field
MoneyType Field
NumberType Field
PasswordType Field
PercentType Field
SearchType Field
UrlType Field
RangeType Field
TelType Field
ColorType Field
ChoiceType Field (select drop-downs, radio buttons and checkboxes)
EntityType Field
CountryType Field
LanguageType Field
LocaleType Field
TimezoneType Field
CurrencyType Field
DateType Field
DateIntervalType Field
DateTimeType Field
TimeType Field
BirthdayType Field
WeekType Field
CheckboxType Field
FileType Field
RadioType Field
CollectionType Field
RepeatedType Field
HiddenType Field
ButtonType Field
ResetType Field
SubmitType Field
FormType Field
9.
Data transformers
0/2
How to Use Data Transformers
When and How to Use Data Mappers
10.
Form events
0/2
Form Events
How to Dynamically Modify Forms Using Form Events
11.
Form type extensions
0/2
How to Create a Form Type Extension
Creating a custom Type Guesser