- Request / Response
- Performance
- Validator
- Forms
- Exception 1
- Logs 1
- 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 {#1220 name: "contact" type_class: "App\Form\ContactType" data: [ "nom" => "Eric" "email" => "ericjonesmyemail@gmail.com" "message" => """ Hello to the Up Paris Owner,\r\n \r\n I am Eric, and I recently discovered your site, Up Paris.\r\n \r\n Your site has a great deal going for it, but I have an idea to help make it even more effective.\r\n \r\n Please take a look at Web Visitors Into Leads – you can visit https://actionleadgeneration.com for a demonstration today.\r\n \r\n Web Visitors Into Leads is a tool that operates on your site, prepared to gather each visitor’s name, email address, and phone number. It notifies you the instant they show interest, allowing you to speak with them while they are still viewing your site.\r\n \r\n Once you have their phone number, you can begin an SMS conversation immediately. If they are not ready at that moment, you can follow up later with messages to share updates, information, or simply check in and maintain a connection.\r\n \r\n Please visit https://actionleadgeneration.com to learn more about what Web Visitors Into Leads can do for your business.\r\n \r\n Connecting with someone promptly rather than waiting a long time can make a substantial difference in your results.\r\n \r\n Eric\r\n \r\n P.S. Research indicates that many site visitors leave quickly without returning. Web Visitors Into Leads includes a 14-day no-cost trial and supports international communication. There may be individuals ready to engage with you right now, so please do not delay.\r\n \r\n Please visit https://actionleadgeneration.com to learn more about Web Visitors Into Leads.\r\n \r\n If you'd like to Want to receive fewer emails, or none whatsoever? Update your email preferences by visiting https://actionleadgeneration.com/unsubscribe.aspx?d=up-paris.com """ "captcha" => "66867" ] } "constraints" => null "groups" => null ]