You are here

constant COMMERCE_NODE_CHECKOUT_NOTIFICATION_FIELD in Commerce Node Checkout 7

3 uses of COMMERCE_NODE_CHECKOUT_NOTIFICATION_FIELD
CommerceNodeCheckoutExpireTests::setUp in commerce_node_checkout_expire/commerce_node_checkout_expire.test
Implementation of setUp().
commerce_node_checkout_expire_add_notifications_field in commerce_node_checkout_expire/commerce_node_checkout_expire.module
Add our custom notifications field to a given node type.
commerce_node_checkout_expire_form_node_type_form_alter in commerce_node_checkout_expire/commerce_node_checkout_expire.module
Implements hook_form_node_type_form_alter().

File

commerce_node_checkout_expire/commerce_node_checkout_expire.module, line 8
Provides core hooks and the like for the module.

Code

define('COMMERCE_NODE_CHECKOUT_NOTIFICATION_FIELD', 'commerce_node_notification');