MTShop/web/modules/contrib/commerce_stock/src/StockEventsManagerInterface...

13 lines
295 B
PHP

<?php
namespace Drupal\commerce_stock;
use Drupal\Component\Plugin\PluginManagerInterface;
/**
* Defines an interface for stock_events managers.
*/
interface StockEventsManagerInterface extends PluginManagerInterface {
// Add getters and other public methods for stock_events managers.
}