- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Validator calls
In
ValidationListener.php
line 50 (context):
No violations
if ($form->isRoot()) {
// Form groups are validated internally (FormValidator). Here we don't set groups as they are retrieved into the validator.
foreach ($this->validator->validate($form) as $violation) {
// Allow the "invalid" constraint to be put onto
// non-synchronized forms
$allowNonSynchronized = $violation->getConstraint() instanceof Form && Form::NOT_SYNCHRONIZED_ERROR === $violation->getCode();
[ "value" => Symfony\Component\Form\Form {#1016 name: "score" type_class: "App\Form\ScoreType" data: App\Entity\Score {#721 #rank: "A" #score: 90.0 #suggestion: """ 项目围绕计算机组成原理与CPU设计开展了系统化课程建设,教学内容聚焦CPU设计与RISC-V等核心内容,完成了高质量的课件与视频资源制作,内容凝练、结构合理。团队建设成效显著,具备较强的教学改革与课程建设能力。\r\n \r\n 项目在教学改革、视频资源开发、课程文档完善等方面均取得实质成果,线上课程资源已在平台上线运行,教学文档体系完备,教改论文与一流课程申报等成果体现了良好的推广与影响力。整体达到立项预期目标,成效突出。 """ #done: true #reviewer: App\Entity\Reviewer {#596 …} #review: Proxies\__CG__\App\Entity\Review {#793 …} #id: 5882 } } "constraints" => null "groups" => null ]