- Request / Response
- Performance
- Validator
- Forms
- Exception 1
- Logs 10
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails 1
- Notifications
- 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 {#1209 name: "contact" type_class: "App\Form\ContactType" data: [ "nom" => "Ellie" "email" => "elliewatson814@gmail.com" "message" => """ Hi,\r\n \r\n We manage a substantial online presence, including a Twitter (X) audience of over 3 million and an email marketing audience of over 32 million.\r\n \r\n I'm reaching out because I believe your website's focus, as seen at up-paris.com, could significantly benefit from exposure to this vast and diverse audience. We specialize in helping website owners like you maximize your online visibility and achieve unparalleled reach for your content, services, or products.\r\n \r\n We offer flexible promotional opportunities across our email and Twitter (X) channels. Our unique selling proposition is simple: unmatched scale and direct access to over 35 million potential customers.\r\n \r\n If you're looking to expand your reach, please reply with a brief description of what you'd like to promote, whether that be a product, service, or blog etc. We can then discuss how our promotional packages can align with your goals and provide pricing options.\r\n \r\n If this isn't of interest, no action is needed; simply delete this email.\r\n \r\n Looking forward to the possibility of helping you grow.\r\n \r\n Best regards,\r\n Ellie """ "captcha" => "56432" ] } "constraints" => null "groups" => null ]