acquia_commercemanager-8.x-1.122/modules/acm_cart/acm_cart.install

modules/acm_cart/acm_cart.install
<?php

/**
 * @file
 * Contains install hooks for acm_cart.
 */

use Drupal\user\Entity\Role;

/**
 * Implements hook_install().
 */
function acm_cart_install() {
  $role = Role::load('anonymous');
  $role->grantPermission('access cart page');
  $role->save();

  $role = Role::load('authenticated');
  $role->grantPermission('access cart page');
  $role->save();
}

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

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