System / OS
Light
Dark
Fixed width
Fit to window
Ordered list of dispatched messages across all your buses
"PrestaShop\PrestaShop\Core\Domain\Notification\Query\GetNotificationLastElements"
public function handle($command)
{
try {
return $this->process($command);
} catch (HandlerFailedException $exception) {
throw $exception->getPrevious();
}
PrestaShop\PrestaShop\Core\Domain\Notification\Query\GetNotificationLastElements {#2893 -employeeId: PrestaShop\PrestaShop\Core\Domain\Employee\ValueObject\EmployeeId {#3103 -employeeId: 3 } }
Symfony\Component\Messenger\Stamp\BusNameStamp {#3110 -busName: "messenger.bus.default" }
Symfony\Component\Messenger\Stamp\HandledStamp {#4186 -result: PrestaShop\PrestaShop\Core\Domain\Notification\QueryResult\NotificationsResults {#4183 -notifications: [ PrestaShop\PrestaShop\Core\Domain\Notification\QueryResult\NotificationsResult {#4168 -type: PrestaShop\PrestaShop\Core\Domain\Notification\ValueObject\Type {#4180 -type: "order" } -total: 0 -notifications: [] } PrestaShop\PrestaShop\Core\Domain\Notification\QueryResult\NotificationsResult {#4178 -type: PrestaShop\PrestaShop\Core\Domain\Notification\ValueObject\Type {#4182 -type: "customer_message" } -total: 0 -notifications: [] } PrestaShop\PrestaShop\Core\Domain\Notification\QueryResult\NotificationsResult {#4179 -type: PrestaShop\PrestaShop\Core\Domain\Notification\ValueObject\Type {#4181 -type: "customer" } -total: 0 -notifications: [] } ] } -handlerName: "PrestaShop\PrestaShop\Adapter\Notification\QueryHandler\GetNotificationLastElementsHandler::handle" }