arch-8.x-1.x-dev/modules/price/src/Entity/Storage/PriceTypeStorage.php

modules/price/src/Entity/Storage/PriceTypeStorage.php
<?php

namespace Drupal\arch_price\Entity\Storage;

use Drupal\Core\Config\Entity\ConfigEntityStorage;

/**
 * Defines a storage handler class for price types.
 */
class PriceTypeStorage extends ConfigEntityStorage implements PriceTypeStorageInterface {

  /**
   * {@inheritdoc}
   */
  public function resetCache(array $ids = NULL) {
    drupal_static_reset('arch_price_price_type_get_names');
    parent::resetCache($ids);
  }

}

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

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