commerce_product_bundle-8.x-1.x-dev/modules/commerce_product_bundle_cart/commerce_product_bundle_cart.module

modules/commerce_product_bundle_cart/commerce_product_bundle_cart.module
<?php

/**
 * @file
 * Contains commerce_product_bundle_cart.module.
 */

use Drupal\Core\Routing\RouteMatchInterface;

/**
 * Implements hook_help().
 */
function commerce_product_bundle_cart_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {
    // Main module help for the commerce_product_bundle_cart module.
    case 'help.page.commerce_product_bundle_cart':
      $output = '';
      $output .= '<h3>' . t('About') . '</h3>';
      $output .= '<p>' . t('Commerce Cart integration for product bundles.') . '</p>';
      return $output;

    default:
  }
}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc