SFCE
Symfony 8.0 Certification
Symfony Version
8.0
7.0
6.0
Topics
1.
PHP
0/70
2.
HTTP
0/38
3.
Symfony Architecture
0/102
4.
Controllers
0/44
5.
Routing
0/14
6.
Templating with Twig
0/36
7.
Forms
0/76
8.
Data Validation
0/99
9.
Dependency Injection
0/45
10.
Security
0/44
11.
Messenger
0/9
12.
Console
0/37
13.
Automated Tests
0/21
14.
Miscellaneous
0/76
All Topics
Forms
13 chapters · 76 references ·
0/76
completed
1.
Form component
0/2
Forms
The Form Component
2.
Forms creation
0/2
Forms
The Symfony Framework Best Practices
3.
Forms handling
0/7
Forms
The Symfony Framework Best Practices
FormInterface.php
Configuring Validation Groups in Forms
Configuring Validation Groups in Forms
Configuring Validation Groups in Forms
Forms
4.
Form types (built-in and custom)
0/5
Forms
How to Create a Custom Form Field Type
Form Type Reference
Embedded Forms
Form Collections
5.
Forms rendering with Twig
0/3
Forms
How to Customize Form Rendering
Twig Reference
6.
Forms theming
0/4
Bootstrap 4 Form Theme
How to Customize Form Rendering
How to Work with Form Themes
Fragment Naming for Individual Fields
7.
CSRF protection
0/1
How to Implement CSRF Protection
8.
Handling file upload
0/1
How to Upload Files
9.
Built-in form types
0/40
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 & 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
EnumType
UlidType
UuidType
10.
Data transformers
0/3
How to Use Data Transformers
When and How to Use Data Mappers
Use empty_data Option
11.
Form events
0/3
Form Events
How to Dynamically Modify Forms Using Form Events
Form Collections
12.
Form type extensions
0/3
How to Create a Form Type Extension
Creating a custom Type Guesser
Unit Testing Forms
13.
Form options (OptionsResolver component)
0/2
The OptionsResolver Component
Forms