You are here

function commerce_registration_entity_info_alter in Commerce Registration 7.2

Same name and namespace in other branches
  1. 7.3 commerce_registration.module \commerce_registration_entity_info_alter()

Implements hook_entity_info_alter().

File

./commerce_registration.module, line 682
Commerce Registration module code.

Code

function commerce_registration_entity_info_alter(&$info) {
  $info['registration']['view modes']['review_pane'] = array(
    'label' => t('Commerce Checkout Review Pane'),
    'custom settings' => TRUE,
  );
}