You are here

constant CheckoutEvents::COMPLETION_REGISTER in Commerce Core 8.2

Name of the event fired when the customer registers at the end of checkout.

See also

\Drupal\commerce_checkout\Event\CheckoutCompletionRegisterEvent

File

modules/checkout/src/Event/CheckoutEvents.php, line 26

Class

CheckoutEvents
Defines events for the checkout module.

Namespace

Drupal\commerce_checkout\Event

Code

const COMPLETION_REGISTER = 'commerce_checkout.completion_register';