- Pimcore
- Request / Response
- Performance
- Validator
- Targeting
- Forms
- Exception
- Logs 1032
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- 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 {#7419 name: "car_list_filter_form" type_class: "VehicleMarketBundle\Document\Form\CarListFilterFormType" data: Pimcore\Model\DataObject\VehicleFilter {#6190 #dao: null #dependencies: null #__dataVersionTimestamp: null #path: &1 null #properties: &2 null #id: &3 null #creationDate: &4 null #modificationDate: &5 null #versionCount: &6 0 #userOwner: &7 null #locked: &8 null #userModification: &9 null #parentId: &10 null #parent: &11 null #_fulldump: false #o_dirtyFields: null -activeDispatchingEvents: [] #o_id: &3 null #o_parentId: &10 null #o_parent: &11 null #o_type: "object" #o_key: null #o_path: &1 null #o_index: 0 #o_creationDate: &4 null #o_modificationDate: &5 null #o_userOwner: &7 null #o_userModification: &9 null #o_hasChildren: [] #o_siblings: [] #o_hasSiblings: [] #o_children: [] #o_locked: &8 null #o_childrenSortBy: null #o_childrenSortOrder: null #o_versionCount: &6 0 #o_properties: &2 null #__rawRelationData: null +__objectAwareFields: [] #o_published: null #o_class: null #o_classId: "vehicleFilter" #o_className: "vehicleFilter" #o_versions: null #omitMandatoryCheck: null #allLazyKeysMarkedAsLoaded: false #loadedLazyKeys: [] #scheduledTasks: null #carMake: null #carModel: null #ageType: null #carAgeType: null #carType: null #registrationYearStart: null #registrationYearEnd: null #monthlyRateMin: null #monthlyRateMax: null #kmDriven: null #transmission: null #fuel: null #color: null #carLocation: "Neuss" #carAvailability: null #sortOrder: null #qualityBadge: null #campaignName: null dependencies: null __dataVersionTimestamp: null path: null properties: null id: null creationDate: null modificationDate: null versionCount: 0 userOwner: null locked: null userModification: null parentId: null parent: null _fulldump: false o_dirtyFields: null o_id: null o_parentId: null o_parent: null o_type: "object" o_key: null o_path: null o_index: 0 o_creationDate: null o_modificationDate: null o_userOwner: null o_userModification: null o_hasChildren: [] o_siblings: [] o_hasSiblings: [] o_children: [] o_locked: null o_childrenSortBy: null o_childrenSortOrder: null o_versionCount: 0 o_properties: null __rawRelationData: null __objectAwareFields: [] o_published: null o_class: null o_classId: "vehicleFilter" o_className: "vehicleFilter" o_versions: null omitMandatoryCheck: null allLazyKeysMarkedAsLoaded: false loadedLazyKeys: [] scheduledTasks: null carMake: null carModel: null ageType: null carAgeType: null carType: null registrationYearStart: null registrationYearEnd: null monthlyRateMin: null monthlyRateMax: null kmDriven: null transmission: null fuel: null color: null carLocation: "Neuss" carAvailability: null sortOrder: null qualityBadge: null campaignName: null } } "constraints" => null "groups" => null ]