acquia_commercemanager-8.x-1.122/modules/acm_sku/src/Entity/SKUTypeInterface.php
modules/acm_sku/src/Entity/SKUTypeInterface.php
<?php namespace Drupal\acm_sku\Entity; use Drupal\Core\Config\Entity\ConfigEntityInterface; /** * Provides an interface for defining SKU type entities. */ interface SKUTypeInterface extends ConfigEntityInterface { }