Order
class Order extends BaseAction implements EventSubscriberInterface
Class Order
Methods
Toggle visibility for an object
No description
No description
No description
No description
No description
No description
Create an order outside of the front-office context, e.g. manually from the back-office.
No description
No description
Clear the cart and the order in the customer session once the order is placed, and the payment performed.
No description
No description
No description
No description
No description
No description
{@inheritdoc}
Details
in
BaseAction at line 130
mixed
genericToggleVisibility(
ModelCriteria $query,
ToggleVisibilityEvent $event,
EventDispatcherInterface $dispatcher = null)
Toggle visibility for an object
at line 70
__construct(
RequestStack $requestStack,
MailerFactory $mailer,
SecurityContext $securityContext)
at line 80
setDeliveryAddress(
OrderEvent $event)
at line 92
setDeliveryModule(
OrderEvent $event)
at line 113
setPostage(
OrderEvent $event)
at line 127
setInvoiceAddress(
OrderEvent $event)
at line 139
setPaymentModule(
OrderEvent $event)
at line 388
createManual(
OrderManualEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Create an order outside of the front-office context, e.g. manually from the back-office.
at line 421
create(
OrderEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
at line 465
orderBeforePayment(
OrderEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
at line 480
orderCartClear(
OrderEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Clear the cart and the order in the customer session once the order is placed, and the payment performed.
at line 495
sendConfirmationEmail(
OrderEvent $event)
at line 512
sendNotificationEmail(
OrderEvent $event)
at line 526
updateStatus(
OrderEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
at line 552
updateQuantity(
Order $order, $newStatus, $manageStockOnCreation = true)
at line 635
updateDeliveryRef(
OrderEvent $event)
at line 648
updateAddress(
OrderAddressEvent $event)
at line 698
static
getSubscribedEvents()
{@inheritdoc}