You are here

constant PaymentEvents::PAYMENT_PRE_EXECUTE in Payment 8.2

The name of the event that is fired before a payment is executed.

See also

\Drupal\payment\Event\PaymentPreExecute

File

src/Event/PaymentEvents.php, line 23

Class

PaymentEvents
Defines Payment events.

Namespace

Drupal\payment\Event

Code

const PAYMENT_PRE_EXECUTE = 'drupal.payment.payment_pre_execute';