- 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格式)上传。\r\n \r\n 4. 成果组提交申请书及汇总表无需盖章,如有校外单位联合申报,需提交其他完成单位情况盖章页扫描版(盖章页原件需一式两份,请成果组自存以备后续纸质版材料提交);学院提交推荐汇总表签字盖章版即可。 """ #publishedAt: DateTime @1755705600 {#1772 date: 2025-08-21 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 @1755770769 {#2171 date: 2025-08-21 18:06:09.254077 Asia/Shanghai (+08:00) } } } "constraints" => null "groups" => null ]