You are here

StockLocationTypeInterface.php in Commerce Stock 8

File

modules/local_storage/src/Entity/StockLocationTypeInterface.php
View source
<?php

namespace Drupal\commerce_stock_local\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Stock Location type entities.
 */
interface StockLocationTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
StockLocationTypeInterface Provides an interface for defining Stock Location type entities.