- 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 {#2082 name: "notice" type_class: "App\Form\NoticeType" data: App\Entity\Notice {#1779 #batch: Proxies\__CG__\App\Entity\Batch {#1806 …} #attachments: Doctrine\ORM\PersistentCollection {#1821 …} #id: 46 #name: "申报材料提交说明" #content: """ 1. 2025年省级本科教学成果奖申报工作现已启动(2025年8月20日-9月15日),按照通知要求获得校级教学成果一等奖及以上奖励方可申请,不能直接申报省级教学成果奖。本次获得校级教学成果一等奖及以上项目拟推荐申报省级本科教学成果奖。\r\n \r\n 2. 请各成果提交申报材料时预填写申请表第四栏“推荐单位意见”。\r\n \r\n 3. 成果附件材料请按照要求整理成一个PDF文档上传,如有视频可单独上传视频文件。成果应用及效果证明材料可参考以下内容:能够反映成果质量和水平的论文、奖励、报道、研究报告等支撑或旁证材料;成果如为教材,须提交样书及教材电子文档,电子文档包括教材封面、出版信息页、目录及精选内容等;教学成果中如含视频材料的,视频时长控制在10 分钟以内,画面清晰、图像稳定,声音与画面同步且无杂音(分辨率:1920*1080 25P 或以上;编码为:H.264,H.264/AVC High ProfileLevel 4.2 或以上;封装格式为:MP4;码流为:不小于5Mbps);其他与成果有关的支撑材料。\r\n \r\n 4. 成果组提交申请书及汇总表无需盖章,如有校外单位联合申报,需提交其他完成单位情况盖章页扫描版(盖章页原件需一式两份,请成果组自存以备后续纸质版材料提交);学院提交推荐汇总表签字盖章版即可。 """ #publishedAt: DateTime @1756310400 {#2172 date: 2025-08-28 00:00:00.0 Asia/Shanghai (+08:00) } #createdAt: DateTime @1755767178 {#1753 date: 2025-08-21 17:06:18.0 Asia/Shanghai (+08:00) } #updatedAt: DateTime @1756370131 {#2171 date: 2025-08-28 16:35:31.433889 Asia/Shanghai (+08:00) } } } "constraints" => null "groups" => null ]