You are here

commerce_rules_extra_process_checkout_page.inc in Commerce Rules Extra 7.2

Rules events Checkout Page Event.

File

includes/events/commerce_rules_extra_process_checkout_page.inc
View source
<?php

/**
 * @file
 * Rules events Checkout Page Event.
 */

/**
 * Helper function to return the event info to the main module.
 */
function commerce_rules_extra_process_checkout_page_event_info() {
  return [
    'label' => t('Process a change to the checkout page'),
    'group' => t('Commerce Checkout'),
  ];
}

Functions

Namesort descending Description
commerce_rules_extra_process_checkout_page_event_info Helper function to return the event info to the main module.