- 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: "Tonia" +lastName: "Pastou" +email: "[email protected]" +password: "2021a29b-9c3d-4f06-be8b-3cb3a9d67451" +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: 3349 #username: "[email protected]" #usernameCanonical: "[email protected]" #salt: "4dui29ps1saoc0o844csgcko4wogo0c" #password: "$argon2i$v=19$m=65536,t=4,p=1$b3kzazFlTkpYd0VTTmV1Wg$BdSWcCLRhSSphS/1nUTgviUwlIFd9iAEMHnuJOxjQRo" #plainPassword: null #lastLogin: null #emailVerificationToken: "t8GnxRyKNhyh4WTV" #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 @1747582857 {#3230 date: 2025-05-18 15:40:57.435862 UTC (+00:00) } #updatedAt: DateTime @1747582857 {#3328 date: 2025-05-18 15:40:57.774386 UTC (+00:00) } #enabled: false #customer: Sylius\Component\Core\Model\Customer {#3264 #id: 3368 #email: "[email protected]" #emailCanonical: "[email protected]" #firstName: "Tonia" #lastName: "Pastou" #birthday: null #gender: "u" #group: null #phoneNumber: null #subscribedToNewsletter: false #createdAt: DateTime @1747582857 {#3263 date: 2025-05-18 15:40:57.437413 UTC (+00:00) } #updatedAt: DateTime @1747582857 {#3349 date: 2025-05-18 15:40:57.775161 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: "Tonia" +lastName: "Pastou" +email: "[email protected]" +password: "2021a29b-9c3d-4f06-be8b-3cb3a9d67451" +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: 3349 #username: "[email protected]" #usernameCanonical: "[email protected]" #salt: "4dui29ps1saoc0o844csgcko4wogo0c" #password: "$argon2i$v=19$m=65536,t=4,p=1$b3kzazFlTkpYd0VTTmV1Wg$BdSWcCLRhSSphS/1nUTgviUwlIFd9iAEMHnuJOxjQRo" #plainPassword: null #lastLogin: null #emailVerificationToken: "t8GnxRyKNhyh4WTV" #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 @1747582857 {#3230 date: 2025-05-18 15:40:57.435862 UTC (+00:00) } #updatedAt: DateTime @1747582857 {#3328 date: 2025-05-18 15:40:57.774386 UTC (+00:00) } #enabled: false #customer: Sylius\Component\Core\Model\Customer {#3264 #id: 3368 #email: "[email protected]" #emailCanonical: "[email protected]" #firstName: "Tonia" #lastName: "Pastou" #birthday: null #gender: "u" #group: null #phoneNumber: null #subscribedToNewsletter: false #createdAt: DateTime @1747582857 {#3263 date: 2025-05-18 15:40:57.437413 UTC (+00:00) } #updatedAt: DateTime @1747582857 {#3349 date: 2025-05-18 15:40:57.775161 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