You are here

public function EventDispatcherInterface::preResumeContext in Payment 8.2

Fires right before a payment type's context is resumed.

Parameters

\Drupal\payment\Entity\PaymentInterface $payment: The payment of which the type's context will be resumed.

2 methods override EventDispatcherInterface::preResumeContext()
EventDispatcherCollection::preResumeContext in src/EventDispatcherCollection.php
Fires right before a payment type's context is resumed.
SymfonyEventDispatcher::preResumeContext in src/SymfonyEventDispatcher.php
Fires right before a payment type's context is resumed.

File

src/EventDispatcherInterface.php, line 90

Class

EventDispatcherInterface
Defines a Payment event dispatcher.

Namespace

Drupal\payment

Code

public function preResumeContext(PaymentInterface $payment);