- 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 {#974 name: "score" type_class: "App\Form\ScoreType" data: App\Entity\Score {#714 #score: 93.0 #suggestion: """ 本成果系统构建了“虚-实-数-案”一体化的教学资源库,整合高精度数字人体、标本模型、临床数据与案例库,形成了多模态、立体化的智慧学习空间,有效突破了传统资源形态单一、彼此孤立的局限,资源建设成效显著。\r\n \r\n 创新提出“三阶-四融”混合教学模式,重构教学流程,实现课前、课中、课后有机衔接,推动基础与临床、形态与功能等多维度融合,体现了教学设计的系统性与先进性。\r\n \r\n 构建“过程+能力”智能评价体系,依托平台数据实现学习行为量化与高阶能力多形式评估,推动评价体系向综合性、过程性转型,具有明显的示范性。\r\n \r\n 课程思政建设自然融入专业教学,通过致敬仪式、医家故事、科普宣讲等显隐结合的形式,实现价值引领“如盐化水”,育人机制设计细腻、富有实效。\r\n \r\n 整体而言,该成果理念先进、体系完整、技术融合度高,具有较强的创新性和推广价值,为医学教育改革提供了优秀范例。 """ #done: true #reviewer: App\Entity\Reviewer {#594 …} #review: Proxies\__CG__\App\Entity\Review {#786 …} #id: 6259 } } "constraints" => null "groups" => null ]