class PayflowLinkRequestEvent in Commerce PayPal 8
Defines the Payflow Link request event.
Hierarchy
- class \Drupal\commerce_paypal\Event\ExpressCheckoutRequestEvent extends \Symfony\Component\EventDispatcher\Event
- class \Drupal\commerce_paypal\Event\PayflowLinkRequestEvent
Expanded class hierarchy of PayflowLinkRequestEvent
See also
\Drupal\commerce_paypal\Event\CommercePaypalEvents
1 file declares its use of PayflowLinkRequestEvent
- PayflowLink.php in src/
Plugin/ Commerce/ PaymentGateway/ PayflowLink.php
File
- src/
Event/ PayflowLinkRequestEvent.php, line 10
Namespace
Drupal\commerce_paypal\EventView source
class PayflowLinkRequestEvent extends ExpressCheckoutRequestEvent {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ExpressCheckoutRequestEvent:: |
protected | property | The NVP API data array. | |
ExpressCheckoutRequestEvent:: |
protected | property | The order. | |
ExpressCheckoutRequestEvent:: |
public | function | Gets the NVP API data array. | |
ExpressCheckoutRequestEvent:: |
public | function | Gets the order. | |
ExpressCheckoutRequestEvent:: |
public | function | Sets the NVP API data array. | |
ExpressCheckoutRequestEvent:: |
public | function | Constructs a new ExpressCheckoutRequestEvent object. |