- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 8
- Security
- Twig
- Doctrine
- E-mails
- Debug
- Messages
- Blocks 0
- Themes 0
- Configuration
- Cart 0
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.
Messages
All3
Ordered list of dispatched messages across all your buses
"Sylius\Bundle\ApiBundle\Command\Account\RegisterShopUser"sylius.command_bus |
|
---|---|
In DispatchTrait.php line 44 | |
Bus | sylius.command_bus |
Message | Sylius\Bundle\ApiBundle\Command\Account\RegisterShopUser {#2637 +firstName: "ΦΙΛΟΘΕΑ" +lastName: "ΒΕΛΛΙΔΟΥ" +email: "[email protected]" +password: "Kalimerasas12!" +subscribedToNewsletter: false +channelCode: "open-marketplace" +localeCode: "en_US" } |
Envelope stamps when dispatching |
ApiPlatform\Symfony\Messenger\ContextStamp {#3100 -context: [ "resource_class" => "Sylius\Component\Core\Model\Customer" "has_composite_identifier" => false "identifiers" => [ "id" => [ "Sylius\Component\Core\Model\Customer" "id" ] ] "operation_name" => "api_customers_shop_post_collection" "collection_operation_name" => "shop_post" "receive" => true "respond" => true "persist" => true ] } |
Envelope stamps after dispatch |
ApiPlatform\Symfony\Messenger\ContextStamp {#3100 -context: [ "resource_class" => "Sylius\Component\Core\Model\Customer" "has_composite_identifier" => false "identifiers" => [ "id" => [ "Sylius\Component\Core\Model\Customer" "id" ] ] "operation_name" => "api_customers_shop_post_collection" "collection_operation_name" => "shop_post" "receive" => true "respond" => true "persist" => true ] } Symfony\Component\Messenger\Stamp\BusNameStamp {#3090 -busName: "sylius.command_bus" } Symfony\Component\Messenger\Stamp\HandledStamp {#3373 -result: BitBag\OpenMarketplace\Component\Vendor\Entity\ShopUser {#3228 #id: 3451 #username: "[email protected]" #usernameCanonical: "[email protected]" #salt: "c9sp3ea9ohkw04g440kkcgowsgwsgwc" #password: "$argon2i$v=19$m=65536,t=4,p=1$c1U4TGp0d0kuQnZPOGJEVA$0wWgRrVvdLbiex/y9v3oOO+I8jwaVfBmiC332fjR3CE" #plainPassword: null #lastLogin: null #emailVerificationToken: "1yXckmYoX7RzZTbZ" #passwordResetToken: null #passwordRequestedAt: null #verifiedAt: null #locked: false #expiresAt: null #credentialsExpireAt: null #roles: [ "ROLE_USER" ] #oauthAccounts: Doctrine\ORM\PersistentCollection {#3214 #collection: Doctrine\Common\Collections\ArrayCollection {#3229 -elements: [] } #initialized: true -snapshot: [] -owner: BitBag\OpenMarketplace\Component\Vendor\Entity\ShopUser {#3228} -association: [ …16] -em: Doctrine\ORM\EntityManager {#241 …11} -backRefFieldName: "user" -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3213 …} -isDirty: false } #email: null #emailCanonical: null #encoderName: "argon2i" #createdAt: DateTime @1747817621 {#3230 date: 2025-05-21 08:53:41.865842 UTC (+00:00) } #updatedAt: DateTime @1747817622 {#3328 date: 2025-05-21 08:53:42.229989 UTC (+00:00) } #enabled: false #customer: Sylius\Component\Core\Model\Customer {#3264 #id: 3470 #email: "[email protected]" #emailCanonical: "[email protected]" #firstName: "ΦΙΛΟΘΕΑ" #lastName: "ΒΕΛΛΙΔΟΥ" #birthday: null #gender: "u" #group: null #phoneNumber: null #subscribedToNewsletter: false #createdAt: DateTime @1747817621 {#3263 date: 2025-05-21 08:53:41.867364 UTC (+00:00) } #updatedAt: DateTime @1747817622 {#3349 date: 2025-05-21 08:53:42.230774 UTC (+00:00) } #orders: Doctrine\ORM\PersistentCollection {#3383 #collection: Doctrine\Common\Collections\ArrayCollection {#3262 -elements: [] } #initialized: true -snapshot: [] -owner: Sylius\Component\Core\Model\Customer {#3264} -association: [ …16] -em: Doctrine\ORM\EntityManager {#241 …11} -backRefFieldName: "customer" -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2462 …} -isDirty: false } #defaultAddress: null #addresses: Doctrine\ORM\PersistentCollection {#3382 #collection: Doctrine\Common\Collections\ArrayCollection {#3265 -elements: [] } #initialized: true -snapshot: [] -owner: Sylius\Component\Core\Model\Customer {#3264} -association: [ …16] -em: Doctrine\ORM\EntityManager {#241 …11} -backRefFieldName: "customer" -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3244 …} -isDirty: false } #user: BitBag\OpenMarketplace\Component\Vendor\Entity\ShopUser {#3228} } #vendor: null } -handlerName: "Sylius\Bundle\ApiBundle\CommandHandler\Account\RegisterShopUserHandler::__invoke" } |
"Sylius\Bundle\ApiBundle\Command\Account\SendAccountRegistrationEmail"sylius.command_bus |
|
---|---|
In RegisterShopUserHandler.php line 69 | |
Bus | sylius.command_bus |
Message | Sylius\Bundle\ApiBundle\Command\Account\SendAccountRegistrationEmail {#3342 +shopUserEmail: "[email protected]" +localeCode: "en_US" +channelCode: "open-marketplace" } |
Envelope stamps when dispatching |
Symfony\Component\Messenger\Stamp\DispatchAfterCurrentBusStamp {#3268} |
Envelope stamps after dispatch |
Symfony\Component\Messenger\Stamp\DispatchAfterCurrentBusStamp {#3268} Symfony\Component\Messenger\Stamp\BusNameStamp {#3345 -busName: "sylius.command_bus" } |
"Sylius\Bundle\ApiBundle\Command\Account\SendAccountVerificationEmail"sylius.command_bus |
|
---|---|
In RegisterShopUserHandler.php line 84 | |
Bus | sylius.command_bus |
Message | Sylius\Bundle\ApiBundle\Command\Account\SendAccountVerificationEmail {#3367 +shopUserEmail: "[email protected]" +localeCode: "en_US" +channelCode: "open-marketplace" } |
Envelope stamps when dispatching |
Symfony\Component\Messenger\Stamp\DispatchAfterCurrentBusStamp {#3366} |
Envelope stamps after dispatch |
Symfony\Component\Messenger\Stamp\DispatchAfterCurrentBusStamp {#3366} Symfony\Component\Messenger\Stamp\BusNameStamp {#3372 -busName: "sylius.command_bus" } |
sylius.command_bus3
Ordered list of messages dispatched on the sylius.command_bus
bus
"Sylius\Bundle\ApiBundle\Command\Account\RegisterShopUser" |
|
---|---|
In DispatchTrait.php line 44 | |
Message | Sylius\Bundle\ApiBundle\Command\Account\RegisterShopUser {#2637 +firstName: "ΦΙΛΟΘΕΑ" +lastName: "ΒΕΛΛΙΔΟΥ" +email: "[email protected]" +password: "Kalimerasas12!" +subscribedToNewsletter: false +channelCode: "open-marketplace" +localeCode: "en_US" } |
Envelope stamps when dispatching |
ApiPlatform\Symfony\Messenger\ContextStamp {#3100 -context: [ "resource_class" => "Sylius\Component\Core\Model\Customer" "has_composite_identifier" => false "identifiers" => [ "id" => [ "Sylius\Component\Core\Model\Customer" "id" ] ] "operation_name" => "api_customers_shop_post_collection" "collection_operation_name" => "shop_post" "receive" => true "respond" => true "persist" => true ] } |
Envelope stamps after dispatch |
ApiPlatform\Symfony\Messenger\ContextStamp {#3100 -context: [ "resource_class" => "Sylius\Component\Core\Model\Customer" "has_composite_identifier" => false "identifiers" => [ "id" => [ "Sylius\Component\Core\Model\Customer" "id" ] ] "operation_name" => "api_customers_shop_post_collection" "collection_operation_name" => "shop_post" "receive" => true "respond" => true "persist" => true ] } Symfony\Component\Messenger\Stamp\BusNameStamp {#3090 -busName: "sylius.command_bus" } Symfony\Component\Messenger\Stamp\HandledStamp {#3373 -result: BitBag\OpenMarketplace\Component\Vendor\Entity\ShopUser {#3228 #id: 3451 #username: "[email protected]" #usernameCanonical: "[email protected]" #salt: "c9sp3ea9ohkw04g440kkcgowsgwsgwc" #password: "$argon2i$v=19$m=65536,t=4,p=1$c1U4TGp0d0kuQnZPOGJEVA$0wWgRrVvdLbiex/y9v3oOO+I8jwaVfBmiC332fjR3CE" #plainPassword: null #lastLogin: null #emailVerificationToken: "1yXckmYoX7RzZTbZ" #passwordResetToken: null #passwordRequestedAt: null #verifiedAt: null #locked: false #expiresAt: null #credentialsExpireAt: null #roles: [ "ROLE_USER" ] #oauthAccounts: Doctrine\ORM\PersistentCollection {#3214 #collection: Doctrine\Common\Collections\ArrayCollection {#3229 -elements: [] } #initialized: true -snapshot: [] -owner: BitBag\OpenMarketplace\Component\Vendor\Entity\ShopUser {#3228} -association: [ …16] -em: Doctrine\ORM\EntityManager {#241 …11} -backRefFieldName: "user" -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3213 …} -isDirty: false } #email: null #emailCanonical: null #encoderName: "argon2i" #createdAt: DateTime @1747817621 {#3230 date: 2025-05-21 08:53:41.865842 UTC (+00:00) } #updatedAt: DateTime @1747817622 {#3328 date: 2025-05-21 08:53:42.229989 UTC (+00:00) } #enabled: false #customer: Sylius\Component\Core\Model\Customer {#3264 #id: 3470 #email: "[email protected]" #emailCanonical: "[email protected]" #firstName: "ΦΙΛΟΘΕΑ" #lastName: "ΒΕΛΛΙΔΟΥ" #birthday: null #gender: "u" #group: null #phoneNumber: null #subscribedToNewsletter: false #createdAt: DateTime @1747817621 {#3263 date: 2025-05-21 08:53:41.867364 UTC (+00:00) } #updatedAt: DateTime @1747817622 {#3349 date: 2025-05-21 08:53:42.230774 UTC (+00:00) } #orders: Doctrine\ORM\PersistentCollection {#3383 #collection: Doctrine\Common\Collections\ArrayCollection {#3262 -elements: [] } #initialized: true -snapshot: [] -owner: Sylius\Component\Core\Model\Customer {#3264} -association: [ …16] -em: Doctrine\ORM\EntityManager {#241 …11} -backRefFieldName: "customer" -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#2462 …} -isDirty: false } #defaultAddress: null #addresses: Doctrine\ORM\PersistentCollection {#3382 #collection: Doctrine\Common\Collections\ArrayCollection {#3265 -elements: [] } #initialized: true -snapshot: [] -owner: Sylius\Component\Core\Model\Customer {#3264} -association: [ …16] -em: Doctrine\ORM\EntityManager {#241 …11} -backRefFieldName: "customer" -typeClass: Doctrine\ORM\Mapping\ClassMetadata {#3244 …} -isDirty: false } #user: BitBag\OpenMarketplace\Component\Vendor\Entity\ShopUser {#3228} } #vendor: null } -handlerName: "Sylius\Bundle\ApiBundle\CommandHandler\Account\RegisterShopUserHandler::__invoke" } |
"Sylius\Bundle\ApiBundle\Command\Account\SendAccountRegistrationEmail" |
|
---|---|
In RegisterShopUserHandler.php line 69 | |
Message | Sylius\Bundle\ApiBundle\Command\Account\SendAccountRegistrationEmail {#3342 +shopUserEmail: "[email protected]" +localeCode: "en_US" +channelCode: "open-marketplace" } |
Envelope stamps when dispatching |
Symfony\Component\Messenger\Stamp\DispatchAfterCurrentBusStamp {#3268} |
Envelope stamps after dispatch |
Symfony\Component\Messenger\Stamp\DispatchAfterCurrentBusStamp {#3268} Symfony\Component\Messenger\Stamp\BusNameStamp {#3345 -busName: "sylius.command_bus" } |
"Sylius\Bundle\ApiBundle\Command\Account\SendAccountVerificationEmail" |
|
---|---|
In RegisterShopUserHandler.php line 84 | |
Message | Sylius\Bundle\ApiBundle\Command\Account\SendAccountVerificationEmail {#3367 +shopUserEmail: "[email protected]" +localeCode: "en_US" +channelCode: "open-marketplace" } |
Envelope stamps when dispatching |
Symfony\Component\Messenger\Stamp\DispatchAfterCurrentBusStamp {#3366} |
Envelope stamps after dispatch |
Symfony\Component\Messenger\Stamp\DispatchAfterCurrentBusStamp {#3366} Symfony\Component\Messenger\Stamp\BusNameStamp {#3372 -busName: "sylius.command_bus" } |
sylius.event_bus0
Ordered list of messages dispatched on the sylius.event_bus
bus
sylius_default.bus0
Ordered list of messages dispatched on the sylius_default.bus
bus
sylius_event.bus0
Ordered list of messages dispatched on the sylius_event.bus
bus